Uses of Package
org.mapstruct.ap.internal.model.beanmapping
-
Packages that use org.mapstruct.ap.internal.model.beanmapping 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
-
Classes in org.mapstruct.ap.internal.model.beanmapping used by org.mapstruct.ap.internal.model Class Description MappingReference Represents the intermediate (nesting) state of theMappingOptions
in this class.MappingReferences PropertyEntry A PropertyEntry contains information on the name, readAccessor and presenceCheck (for source) and return type of property.SourceReference 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.beanmapping Class Description AbstractReference Class acts as a common base class forTargetReference
andSourceReference
.MappingReference Represents the intermediate (nesting) state of theMappingOptions
in this class.MappingReferences PropertyEntry A PropertyEntry contains information on the name, readAccessor and presenceCheck (for source) and return type of property.SourceReference This class describes the source side of a property mapping.SourceReference.BuilderFromMapping Builds aSourceReference
from an@Mappping
.SourceReference.BuilderFromProperty Builds aSourceReference
from a property.SourceReference.BuilderFromSourceReference Builds aSourceReference
from a property.TargetReference This class describes the target side of a property mapping.TargetReference.Builder Builds aTargetReference
from an@Mappping
.