Uses of Package
org.mapstruct.ap.internal.model.beanmapping
Packages that use org.mapstruct.ap.internal.model.beanmapping
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
helper classes used in
BeanMappingMethod-
Classes in org.mapstruct.ap.internal.model.beanmapping used by org.mapstruct.ap.internal.modelClassDescriptionRepresents the intermediate (nesting) state of the
MappingOptionsin this class.A PropertyEntry contains information on the name, readAccessor and presenceCheck (for source) and return type of property.This class describes the source side of a property mapping. -
Classes in org.mapstruct.ap.internal.model.beanmapping used by org.mapstruct.ap.internal.model.beanmappingClassDescriptionClass acts as a common base class for
TargetReferenceandSourceReference.Represents the intermediate (nesting) state of theMappingOptionsin this class.A PropertyEntry contains information on the name, readAccessor and presenceCheck (for source) and return type of property.This class describes the source side of a property mapping.Builds aSourceReferencefrom an@Mappping.Builds aSourceReferencefrom a property.Builds aSourceReferencefrom a property.This class describes the target side of a property mapping.Builds aTargetReferencefrom an@Mappping.