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 MappingReferencesForgedMethod. getMappingReferences()Methods in org.mapstruct.ap.internal.model with parameters of type MappingReferences Modifier and Type Method Description PropertyMapping.PropertyMappingBuilderPropertyMapping.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.BuilderNestedTargetPropertyMappingHolder.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 MappingReferencesMappingReferences. empty()static MappingReferencesMappingReferences. forSourceMethod(SourceMethod sourceMethod, Type targetType, Set<String> targetProperties, FormattingMessager messager, TypeFactory typeFactory)
-