Uses of Package
org.mapstruct.ap.internal.model.common

Package
Description
Provides built-in conversions between primitive and wrapper types, strings, dates etc.
Meta-model of mapper types, their methods, mappings between properties etc.
 
Meta-model of assignments.
helper classes used in BeanMappingMethod
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
 
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
Contains "built-in methods" which may be added as private methods to a generated mapper.
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.
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files.
Contains all helper classes for the MapperCreationProcessor