Uses of Class
org.mapstruct.ap.internal.model.source.ValueMappingOptions
Packages that use ValueMappingOptions
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
-
Uses of ValueMappingOptions in org.mapstruct.ap.internal.model
Method parameters in org.mapstruct.ap.internal.model with type arguments of type ValueMappingOptionsModifier and TypeMethodDescriptionValueMappingMethod.Builder.valueMappings(List<ValueMappingOptions> valueMappings) -
Uses of ValueMappingOptions in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return ValueMappingOptionsModifier and TypeMethodDescriptionstatic ValueMappingOptionsValueMappingOptions.fromMappingGem(org.mapstruct.ap.internal.gem.ValueMappingGem mapping) ValueMappingOptions.inverse()Methods in org.mapstruct.ap.internal.model.source that return types with arguments of type ValueMappingOptionsMethod parameters in org.mapstruct.ap.internal.model.source with type arguments of type ValueMappingOptionsModifier and TypeMethodDescriptionstatic voidValueMappingOptions.fromMappingsGem(org.mapstruct.ap.internal.gem.ValueMappingsGem mappingsGem, ExecutableElement method, FormattingMessager messager, Set<ValueMappingOptions> mappings) SourceMethod.Builder.setValueMappingOptionss(List<ValueMappingOptions> valueMappings) voidMappingMethodOptions.setValueMappings(List<ValueMappingOptions> valueMappings) Constructor parameters in org.mapstruct.ap.internal.model.source with type arguments of type ValueMappingOptionsModifierConstructorDescriptionMappingMethodOptions(MapperOptions mapper, Set<MappingOptions> mappings, IterableMappingOptions iterableMapping, MapMappingOptions mapMapping, BeanMappingOptions beanMapping, EnumMappingOptions enumMappingOptions, List<ValueMappingOptions> valueMappings, Set<SubclassMappingOptions> subclassMappings, SubclassValidator subclassValidator)