Uses of Class
org.mapstruct.ap.internal.model.source.MappingOptions
-
Packages that use MappingOptions 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
org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API. -
-
Uses of MappingOptions in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model with parameters of type MappingOptions Modifier and Type Method Description PropertyMapping.ConstantMappingBuilder
PropertyMapping.ConstantMappingBuilder. options(MappingOptions options)
-
Uses of MappingOptions in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return MappingOptions Modifier and Type Method Description MappingOptions
MappingReference. getMapping()
Methods in org.mapstruct.ap.internal.model.beanmapping with parameters of type MappingOptions Modifier and Type Method Description SourceReference.BuilderFromMapping
SourceReference.BuilderFromMapping. mapping(MappingOptions mapping)
TargetReference.Builder
TargetReference.Builder. mapping(MappingOptions mapping)
Constructors in org.mapstruct.ap.internal.model.beanmapping with parameters of type MappingOptions Constructor Description MappingReference(MappingOptions mapping, TargetReference targetReference, SourceReference sourceReference)
-
Uses of MappingOptions in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return MappingOptions Modifier and Type Method Description MappingOptions
MappingOptions. copyForForwardInheritance(SourceMethod templateMethod, BeanMappingOptions beanMappingOptions)
Creates a copy of this mappingMappingOptions
MappingOptions. copyForInverseInheritance(SourceMethod templateMethod, BeanMappingOptions beanMappingOptions)
static MappingOptions
MappingOptions. forIgnore(String targetName)
Methods in org.mapstruct.ap.internal.model.source that return types with arguments of type MappingOptions Modifier and Type Method Description Set<MappingOptions>
MappingMethodOptions. getMappings()
Method parameters in org.mapstruct.ap.internal.model.source with type arguments of type MappingOptions Modifier and Type Method Description static void
MappingOptions. addInstance(org.mapstruct.ap.internal.gem.MappingGem mapping, ExecutableElement method, BeanMappingOptions beanMappingOptions, FormattingMessager messager, TypeUtils typeUtils, Set<MappingOptions> mappings)
static void
MappingOptions. addInstances(org.mapstruct.ap.internal.gem.MappingsGem gem, ExecutableElement method, BeanMappingOptions beanMappingOptions, FormattingMessager messager, TypeUtils typeUtils, Set<MappingOptions> mappings)
static Set<String>
MappingOptions. getMappingTargetNamesBy(Predicate<MappingOptions> predicate, Set<MappingOptions> mappings)
static Set<String>
MappingOptions. getMappingTargetNamesBy(Predicate<MappingOptions> predicate, Set<MappingOptions> mappings)
SourceMethod.Builder
SourceMethod.Builder. setMappingOptions(Set<MappingOptions> mappings)
Constructor parameters in org.mapstruct.ap.internal.model.source with type arguments of type MappingOptions Constructor Description MappingMethodOptions(MapperOptions mapper, Set<MappingOptions> mappings, IterableMappingOptions iterableMapping, MapMappingOptions mapMapping, BeanMappingOptions beanMapping, EnumMappingOptions enumMappingOptions, List<ValueMappingOptions> valueMappings, Set<SubclassMappingOptions> subclassMappings, SubclassValidator subclassValidator)
-