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 inBeanMappingMethodorg.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.ConstantMappingBuilderPropertyMapping.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 MappingOptionsMappingReference. getMapping()Methods in org.mapstruct.ap.internal.model.beanmapping with parameters of type MappingOptions Modifier and Type Method Description SourceReference.BuilderFromMappingSourceReference.BuilderFromMapping. mapping(MappingOptions mapping)TargetReference.BuilderTargetReference.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 MappingOptionsMappingOptions. copyForForwardInheritance(SourceMethod templateMethod, BeanMappingOptions beanMappingOptions)Creates a copy of this mappingMappingOptionsMappingOptions. copyForInverseInheritance(SourceMethod templateMethod, BeanMappingOptions beanMappingOptions)static MappingOptionsMappingOptions. 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 voidMappingOptions. addInstance(org.mapstruct.ap.internal.gem.MappingGem mapping, ExecutableElement method, BeanMappingOptions beanMappingOptions, FormattingMessager messager, TypeUtils typeUtils, Set<MappingOptions> mappings)static voidMappingOptions. 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.BuilderSourceMethod.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)
-