Uses of Class
org.mapstruct.ap.internal.model.source.MappingOptions
Packages that use MappingOptions
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
helper classes used in
BeanMappingMethod
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 MappingOptionsModifier and TypeMethodDescriptionPropertyMapping.ConstantMappingBuilder.options(MappingOptions options) -
Uses of MappingOptions in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return MappingOptionsMethods in org.mapstruct.ap.internal.model.beanmapping with parameters of type MappingOptionsModifier and TypeMethodDescriptionSourceReference.BuilderFromMapping.mapping(MappingOptions mapping) TargetReference.Builder.mapping(MappingOptions mapping) Constructors in org.mapstruct.ap.internal.model.beanmapping with parameters of type MappingOptionsModifierConstructorDescriptionMappingReference(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 MappingOptionsModifier and TypeMethodDescriptionMappingOptions.copyForForwardInheritance(SourceMethod templateMethod, BeanMappingOptions beanMappingOptions) Creates a copy of this mappingMappingOptions.copyForInverseInheritance(SourceMethod templateMethod, BeanMappingOptions beanMappingOptions) static MappingOptionsMethods in org.mapstruct.ap.internal.model.source that return types with arguments of type MappingOptionsMethod parameters in org.mapstruct.ap.internal.model.source with type arguments of type MappingOptionsModifier and TypeMethodDescriptionstatic 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) MappingOptions.getMappingTargetNamesBy(Predicate<MappingOptions> predicate, Set<MappingOptions> mappings) MappingOptions.getMappingTargetNamesBy(Predicate<MappingOptions> predicate, Set<MappingOptions> mappings) SourceMethod.Builder.setMappingOptions(Set<MappingOptions> mappings) Constructor parameters in org.mapstruct.ap.internal.model.source with type arguments of type MappingOptionsModifierConstructorDescriptionMappingMethodOptions(MapperOptions mapper, Set<MappingOptions> mappings, IterableMappingOptions iterableMapping, MapMappingOptions mapMapping, BeanMappingOptions beanMapping, EnumMappingOptions enumMappingOptions, List<ValueMappingOptions> valueMappings, Set<SubclassMappingOptions> subclassMappings, SubclassValidator subclassValidator)