Uses of Class
org.mapstruct.ap.internal.model.beanmapping.MappingReferences
Packages that use MappingReferences
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
helper classes used in
BeanMappingMethod-
Uses of MappingReferences in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return MappingReferencesMethods in org.mapstruct.ap.internal.model with parameters of type MappingReferencesModifier and TypeMethodDescriptionPropertyMapping.PropertyMappingBuilder.forgeMethodWithMappingReferences(MappingReferences mappingReferences) static ForgedMethodForgedMethod.forPropertyMapping(String name, Type sourceType, Type returnType, List<Parameter> parameters, Method basedOn, ForgedMethodHistory history, MappingReferences mappingReferences, boolean forgedNameBased) Creates a new forged method for mapping a bean property to a propertystatic ForgedMethodForgedMethod.forSubclassMapping(String name, Type sourceType, Type returnType, Method basedOn, MappingReferences mappingReferences, ForgedMethodHistory history, boolean forgedNameBased) Creates a new forged method for mapping a SubclassMapping elementNestedTargetPropertyMappingHolder.Builder.mappingReferences(MappingReferences mappingReferences) -
Uses of MappingReferences in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return MappingReferencesModifier and TypeMethodDescriptionstatic MappingReferencesMappingReferences.empty()static MappingReferencesMappingReferences.forSourceMethod(SourceMethod sourceMethod, Type targetType, Set<String> targetProperties, FormattingMessager messager, TypeFactory typeFactory)