Uses of Class
org.mapstruct.ap.internal.model.source.BeanMappingOptions
-
Packages that use BeanMappingOptions Package Description org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API. -
-
Uses of BeanMappingOptions in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return BeanMappingOptions Modifier and Type Method Description static BeanMappingOptionsBeanMappingOptions. forInheritance(BeanMappingOptions beanMapping)creates a mapping for inheritance.BeanMappingOptionsMappingMethodOptions. getBeanMapping()static BeanMappingOptionsBeanMappingOptions. getInstanceOn(org.mapstruct.ap.internal.gem.BeanMappingGem beanMapping, MapperOptions mapperOptions, ExecutableElement method, FormattingMessager messager, TypeUtils typeUtils, TypeFactory typeFactory)Methods in org.mapstruct.ap.internal.model.source with parameters of type BeanMappingOptions Modifier and Type Method Description static 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)MappingOptionsMappingOptions. copyForForwardInheritance(SourceMethod templateMethod, BeanMappingOptions beanMappingOptions)Creates a copy of this mappingMappingOptionsMappingOptions. copyForInverseInheritance(SourceMethod templateMethod, BeanMappingOptions beanMappingOptions)static BeanMappingOptionsBeanMappingOptions. forInheritance(BeanMappingOptions beanMapping)creates a mapping for inheritance.voidMappingMethodOptions. setBeanMapping(BeanMappingOptions beanMapping)SourceMethod.BuilderSourceMethod.Builder. setBeanMappingOptions(BeanMappingOptions beanMapping)Constructors in org.mapstruct.ap.internal.model.source with parameters of type BeanMappingOptions Constructor Description MappingMethodOptions(MapperOptions mapper, Set<MappingOptions> mappings, IterableMappingOptions iterableMapping, MapMappingOptions mapMapping, BeanMappingOptions beanMapping, EnumMappingOptions enumMappingOptions, List<ValueMappingOptions> valueMappings)
-