Package org.mapstruct.ap.internal.model.beanmapping
helper classes used in BeanMappingMethod
-
Class Summary 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
.