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
Methods in org.mapstruct.ap.internal.model that return MappingReferences Modifier and Type Method Description MappingReferences
ForgedMethod. getMappingReferences()
Methods in org.mapstruct.ap.internal.model with parameters of type MappingReferences Modifier and Type Method Description PropertyMapping.PropertyMappingBuilder
PropertyMapping.PropertyMappingBuilder. forgeMethodWithMappingReferences(MappingReferences mappingReferences)
static ForgedMethod
ForgedMethod. 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 ForgedMethod
ForgedMethod. 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
NestedTargetPropertyMappingHolder.Builder. mappingReferences(MappingReferences mappingReferences)
-
Uses of MappingReferences in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return MappingReferences Modifier and Type Method Description static MappingReferences
MappingReferences. empty()
static MappingReferences
MappingReferences. forSourceMethod(SourceMethod sourceMethod, Type targetType, Set<String> targetProperties, FormattingMessager messager, TypeFactory typeFactory)
-