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.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 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
Fields in org.mapstruct.ap.internal.model.beanmapping declared as MappingOptions Modifier and Type Field Description private MappingOptionsMappingReference. mappingprivate MappingOptionsTargetReference.Builder. mappingMethods 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
Fields in org.mapstruct.ap.internal.model.source with type parameters of type MappingOptions Modifier and Type Field Description private java.util.Set<MappingOptions>MappingMethodOptions. mappingsprivate java.util.Set<MappingOptions>SourceMethod.Builder. mappingsMethods 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(java.lang.String targetName)Methods in org.mapstruct.ap.internal.model.source that return types with arguments of type MappingOptions Modifier and Type Method Description java.util.Set<MappingOptions>MappingMethodOptions. getMappings()Methods in org.mapstruct.ap.internal.model.source with parameters of type MappingOptions Modifier and Type Method Description private java.lang.StringMappingMethodOptions. getFirstTargetPropertyName(MappingOptions mapping)private java.lang.String[]MappingMethodOptions. getPropertyEntries(MappingOptions mapping)private booleanMappingMethodOptions. isToBeIgnored(java.util.Set<java.lang.String> ignored, MappingOptions mapping)Method parameters in org.mapstruct.ap.internal.model.source with type arguments of type MappingOptions Modifier and Type Method Description private voidMappingMethodOptions. addAllNonRedefined(java.util.Set<MappingOptions> inheritedMappings)static voidMappingOptions. addInstance(MappingGem mapping, javax.lang.model.element.ExecutableElement method, BeanMappingOptions beanMappingOptions, FormattingMessager messager, TypeUtils typeUtils, java.util.Set<MappingOptions> mappings)static voidMappingOptions. addInstances(MappingsGem gem, javax.lang.model.element.ExecutableElement method, BeanMappingOptions beanMappingOptions, FormattingMessager messager, TypeUtils typeUtils, java.util.Set<MappingOptions> mappings)private voidMappingMethodOptions. filterNestedTargetIgnores(java.util.Set<MappingOptions> mappings)static java.util.Set<java.lang.String>MappingOptions. getMappingTargetNamesBy(java.util.function.Predicate<MappingOptions> predicate, java.util.Set<MappingOptions> mappings)static java.util.Set<java.lang.String>MappingOptions. getMappingTargetNamesBy(java.util.function.Predicate<MappingOptions> predicate, java.util.Set<MappingOptions> mappings)SourceMethod.BuilderSourceMethod.Builder. setMappingOptions(java.util.Set<MappingOptions> mappings)Constructor parameters in org.mapstruct.ap.internal.model.source with type arguments of type MappingOptions 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 MappingOptions in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return types with arguments of type MappingOptions Modifier and Type Method Description private java.util.Set<MappingOptions>MethodRetrievalProcessor. getMappings(javax.lang.model.element.ExecutableElement method, BeanMappingOptions beanMapping)Retrieves the mappings configured via@Mappingfrom the given method.Method parameters in org.mapstruct.ap.internal.processor with type arguments of type MappingOptions Modifier and Type Method Description (package private) voidMethodRetrievalProcessor.RepeatableMappings. addInstance(MappingGem gem, javax.lang.model.element.ExecutableElement method, BeanMappingOptions beanMappingOptions, java.util.Set<MappingOptions> mappings)(package private) voidMethodRetrievalProcessor.RepeatableMappings. addInstances(MappingsGem gem, javax.lang.model.element.ExecutableElement method, BeanMappingOptions beanMappingOptions, java.util.Set<MappingOptions> mappings)
-