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.org.mapstruct.ap.internal.processor Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files. -
-
Uses of ValueMappingOptions in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as ValueMappingOptions Modifier and Type Field Description (package private) ValueMappingOptionsValueMappingMethod.ValueMappings. defaultTarget(package private) ValueMappingOptionsValueMappingMethod.ValueMappings. nullTargetFields in org.mapstruct.ap.internal.model with type parameters of type ValueMappingOptions Modifier and Type Field Description (package private) java.util.List<ValueMappingOptions>ValueMappingMethod.ValueMappings. regularValueMappingsMethods in org.mapstruct.ap.internal.model with parameters of type ValueMappingOptions Modifier and Type Method Description (package private) java.lang.StringValueMappingMethod.ValueMappings. getValue(ValueMappingOptions valueMapping)Method parameters in org.mapstruct.ap.internal.model with type arguments of type ValueMappingOptions Modifier and Type Method Description ValueMappingMethod.BuilderValueMappingMethod.Builder. valueMappings(java.util.List<ValueMappingOptions> valueMappings)Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type ValueMappingOptions Constructor Description ValueMappings(java.util.List<ValueMappingOptions> valueMappings) -
Uses of ValueMappingOptions in org.mapstruct.ap.internal.model.source
Fields in org.mapstruct.ap.internal.model.source with type parameters of type ValueMappingOptions Modifier and Type Field Description private java.util.List<ValueMappingOptions>MappingMethodOptions. valueMappingsprivate java.util.List<ValueMappingOptions>SourceMethod.Builder. valueMappingsMethods in org.mapstruct.ap.internal.model.source that return ValueMappingOptions Modifier and Type Method Description static ValueMappingOptionsValueMappingOptions. fromMappingGem(ValueMappingGem mapping)ValueMappingOptionsValueMappingOptions. inverse()Methods in org.mapstruct.ap.internal.model.source that return types with arguments of type ValueMappingOptions Modifier and Type Method Description java.util.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 voidValueMappingOptions. fromMappingsGem(ValueMappingsGem mappingsGem, javax.lang.model.element.ExecutableElement method, FormattingMessager messager, java.util.List<ValueMappingOptions> mappings)SourceMethod.BuilderSourceMethod.Builder. setValueMappingOptionss(java.util.List<ValueMappingOptions> valueMappings)voidMappingMethodOptions. setValueMappings(java.util.List<ValueMappingOptions> valueMappings)Constructor parameters in org.mapstruct.ap.internal.model.source with type arguments of type ValueMappingOptions Constructor Description MappingMethodOptions(MapperOptions mapper, java.util.Set<MappingOptions> mappings, IterableMappingOptions iterableMapping, MapMappingOptions mapMapping, BeanMappingOptions beanMapping, EnumMappingOptions enumMappingOptions, java.util.List<ValueMappingOptions> valueMappings, java.util.Set<SubclassMappingOptions> subclassMappings, SubclassValidator subclassValidator) -
Uses of ValueMappingOptions in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return types with arguments of type ValueMappingOptions Modifier and Type Method Description private java.util.List<ValueMappingOptions>MethodRetrievalProcessor. getValueMappings(javax.lang.model.element.ExecutableElement method)Retrieves the mappings configured via@ValueMappingfrom the given method.
-