Uses of Package
org.mapstruct.ap.internal.processor
-
Packages that use org.mapstruct.ap.internal.processor Package Description org.mapstruct.ap This package and it sub-packages contain the implementation of the MapStruct annotation processor.org.mapstruct.ap.internal.processor Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files. -
Classes in org.mapstruct.ap.internal.processor used by org.mapstruct.ap Class Description ModelElementProcessor A processor which performs one task of the mapper generation, e.g.ModelElementProcessor.ProcessorContext Context object passed toModelElementProcessor.process(ProcessorContext, TypeElement, Object)providing access to common infrastructure objects such asTypeUtilsetc. -
Classes in org.mapstruct.ap.internal.processor used by org.mapstruct.ap.internal.processor Class Description AnnotationBasedComponentModelProcessor AnModelElementProcessorwhich converts the givenMapperobject into an annotation based component model in case a matching model is selected as target component model for this mapper.DefaultModelElementProcessorContext.DelegatingMessager DefaultVersionInformation Provides information about the processor version and the processor context implementation version.MethodRetrievalProcessor.RepeatableMappingAnnotations ModelElementProcessor A processor which performs one task of the mapper generation, e.g.ModelElementProcessor.ProcessorContext Context object passed toModelElementProcessor.process(ProcessorContext, TypeElement, Object)providing access to common infrastructure objects such asTypeUtilsetc.