Uses of Package
org.mapstruct.ap.internal.util
-
Packages that use org.mapstruct.ap.internal.util Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.beanmapping helper classes used inBeanMappingMethod
org.mapstruct.ap.internal.model.common Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API.org.mapstruct.ap.internal.model.source.selector Provides strategies for selecting a matching mapping or factory method when mapping from one attribute to another or instantiating the target type of a mapping method, respectively.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.org.mapstruct.ap.internal.processor.creation Contains all helper classes for theMapperCreationProcessor
org.mapstruct.ap.internal.util Several helper types dealing with collection types, option management etc. -
Classes in org.mapstruct.ap.internal.util used by org.mapstruct.ap.internal.model Class Description AccessorNamingUtils Utils for working with theAccessorNamingStrategy
.ElementUtils FormattingMessager Prints out diagnostics raised by the annotation processor.RepeatableAnnotations TypeUtils -
Classes in org.mapstruct.ap.internal.util used by org.mapstruct.ap.internal.model.beanmapping Class Description FormattingMessager Prints out diagnostics raised by the annotation processor. -
Classes in org.mapstruct.ap.internal.util used by org.mapstruct.ap.internal.model.common Class Description AccessorNamingUtils Utils for working with theAccessorNamingStrategy
.ElementUtils FormattingMessager Prints out diagnostics raised by the annotation processor.RoundContext Keeps contextual data in the scope of one annotation processing round.TypeUtils -
Classes in org.mapstruct.ap.internal.util used by org.mapstruct.ap.internal.model.source Class Description ElementUtils FormattingMessager Prints out diagnostics raised by the annotation processor.TypeUtils -
Classes in org.mapstruct.ap.internal.util used by org.mapstruct.ap.internal.model.source.selector Class Description ElementUtils FormattingMessager Prints out diagnostics raised by the annotation processor.TypeUtils -
Classes in org.mapstruct.ap.internal.util used by org.mapstruct.ap.internal.processor Class Description AccessorNamingUtils Utils for working with theAccessorNamingStrategy
.ElementUtils FormattingMessager Prints out diagnostics raised by the annotation processor.Message A message used in warnings/errors raised by the annotation processor.RoundContext Keeps contextual data in the scope of one annotation processing round.TypeUtils -
Classes in org.mapstruct.ap.internal.util used by org.mapstruct.ap.internal.processor.creation Class Description ElementUtils FormattingMessager Prints out diagnostics raised by the annotation processor.TypeUtils -
Classes in org.mapstruct.ap.internal.util used by org.mapstruct.ap.internal.util Class Description AbstractElementUtilsDecorator AbstractTypeUtilsDecorator Replaces the usage ofTypeUtils
within MapStruct by delegating to the original implementation or to our specific workarounds if necessary.AccessorNamingUtils Utils for working with theAccessorNamingStrategy
.AnnotationProcessorContext Keeps contextual data in the scope of the entire annotation processor ("application scope").ElementUtils Extractor This is a helper interface until we migrate to Java 8.IgnoreJRERequirement Message A message used in warnings/errors raised by the annotation processor.TypeUtils