Uses of Class
org.mapstruct.ap.internal.model.beanmapping.MappingReferences
-
Packages that use MappingReferences 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 -
-
Uses of MappingReferences in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as MappingReferences Modifier and Type Field Description private MappingReferencesPropertyMapping.PropertyMappingBuilder. forgeMethodWithMappingReferencesprivate MappingReferencesBeanMappingMethod.Builder. mappingReferencesprivate MappingReferencesBeanMappingMethod. mappingReferencesprivate MappingReferencesForgedMethod. mappingReferencesprivate MappingReferencesNestedTargetPropertyMappingHolder.Builder. mappingReferencesMethods in org.mapstruct.ap.internal.model that return MappingReferences Modifier and Type Method Description private MappingReferencesBeanMappingMethod.Builder. extractMappingReferences(java.lang.String targetProperty, boolean restrictToDefinedMappings)MappingReferencesForgedMethod. getMappingReferences()Methods in org.mapstruct.ap.internal.model with parameters of type MappingReferences Modifier and Type Method Description private PropertyMappingNestedTargetPropertyMappingHolder.Builder. createPropertyMappingForNestedTarget(MappingReferences mappingReferences, java.lang.String targetPropertyName, SourceReference sourceReference, boolean forceUpdateMethod)PropertyMapping.PropertyMappingBuilderPropertyMapping.PropertyMappingBuilder. forgeMethodWithMappingReferences(MappingReferences mappingReferences)(package private) AssignmentAbstractMappingMethodBuilder. forgeSubclassMapping(SourceRHS sourceRHS, Type sourceType, Type targetType, MappingReferences mappingReferences)static ForgedMethodForgedMethod. forPropertyMapping(java.lang.String name, Type sourceType, Type returnType, java.util.List<Parameter> parameters, Method basedOn, ForgedMethodHistory history, MappingReferences mappingReferences, boolean forgedNameBased)Creates a new forged method for mapping a bean property to a propertystatic AbstractMappingMethodBuilder.ForgeMethodCreatorAbstractMappingMethodBuilder.ForgeMethodCreator. forSubclassMapping(MappingReferences mappingReferences)static ForgedMethodForgedMethod. forSubclassMapping(java.lang.String name, Type sourceType, Type returnType, Method basedOn, MappingReferences mappingReferences, ForgedMethodHistory history, boolean forgedNameBased)Creates a new forged method for mapping a SubclassMapping elementNestedTargetPropertyMappingHolder.BuilderNestedTargetPropertyMappingHolder.Builder. mappingReferences(MappingReferences mappingReferences)Constructors in org.mapstruct.ap.internal.model with parameters of type MappingReferences Constructor Description BeanMappingMethod(Method method, java.util.Collection<java.lang.String> existingVariableNames, java.util.List<PropertyMapping> propertyMappings, MethodReference factoryMethod, boolean mapNullToDefault, Type returnTypeToConstruct, BuilderType returnTypeBuilder, java.util.List<LifecycleCallbackMethodReference> beforeMappingReferences, java.util.List<LifecycleCallbackMethodReference> afterMappingReferences, MethodReference finalizerMethod, MappingReferences mappingReferences, java.util.List<SubclassMapping> subclassMappings)ForgedMethod(java.lang.String name, Type sourceType, Type returnType, java.util.List<Parameter> additionalParameters, Method basedOn, ForgedMethodHistory history, MappingReferences mappingReferences, boolean forgedNameBased) -
Uses of MappingReferences in org.mapstruct.ap.internal.model.beanmapping
Fields in org.mapstruct.ap.internal.model.beanmapping declared as MappingReferences Modifier and Type Field Description private static MappingReferencesMappingReferences. EMPTYMethods in org.mapstruct.ap.internal.model.beanmapping that return MappingReferences Modifier and Type Method Description static MappingReferencesMappingReferences. empty()static MappingReferencesMappingReferences. forSourceMethod(SourceMethod sourceMethod, Type targetType, java.util.Set<java.lang.String> targetProperties, FormattingMessager messager, TypeFactory typeFactory)
-