Package org.mapstruct.ap
This package and it sub-packages contain the implementation of the MapStruct annotation processor. Application code
using MapStruct should never work with these types directly. Refer to the documentation of
MappingProcessor
to learn more about the internal architecture of the processor.
-
Class Summary Class Description MappingProcessor A JSR 269 annotationProcessor
which generates the implementations for mapper interfaces (interfaces annotated with@Mapper
).