Uses of Class
org.mapstruct.ap.internal.model.source.ValueMappingOptions
-
Packages that use ValueMappingOptions Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.source 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 ValueMappingOptions Modifier and Type Method Description ValueMappingMethod.Builder
ValueMappingMethod.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 ValueMappingOptions Modifier and Type Method Description static ValueMappingOptions
ValueMappingOptions. fromMappingGem(org.mapstruct.ap.internal.gem.ValueMappingGem mapping)
ValueMappingOptions
ValueMappingOptions. inverse()
Methods in org.mapstruct.ap.internal.model.source that return types with arguments of type ValueMappingOptions Modifier and Type Method Description List<ValueMappingOptions>
MappingMethodOptions. getValueMappings()
Method parameters in org.mapstruct.ap.internal.model.source with type arguments of type ValueMappingOptions Modifier and Type Method Description static void
ValueMappingOptions. fromMappingsGem(org.mapstruct.ap.internal.gem.ValueMappingsGem mappingsGem, ExecutableElement method, FormattingMessager messager, Set<ValueMappingOptions> mappings)
SourceMethod.Builder
SourceMethod.Builder. setValueMappingOptionss(List<ValueMappingOptions> valueMappings)
void
MappingMethodOptions. setValueMappings(List<ValueMappingOptions> valueMappings)
Constructor parameters in org.mapstruct.ap.internal.model.source with type arguments of type ValueMappingOptions Constructor Description MappingMethodOptions(MapperOptions mapper, Set<MappingOptions> mappings, IterableMappingOptions iterableMapping, MapMappingOptions mapMapping, BeanMappingOptions beanMapping, EnumMappingOptions enumMappingOptions, List<ValueMappingOptions> valueMappings, Set<SubclassMappingOptions> subclassMappings, SubclassValidator subclassValidator)
-