Uses of Class
org.mapstruct.ap.internal.model.source.MapMappingOptions
-
Packages that use MapMappingOptions Package Description org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API. -
-
Uses of MapMappingOptions in org.mapstruct.ap.internal.model.source
Fields in org.mapstruct.ap.internal.model.source declared as MapMappingOptions Modifier and Type Field Description private MapMappingOptionsMappingMethodOptions. mapMappingprivate MapMappingOptionsSourceMethod.Builder. mapMappingMethods in org.mapstruct.ap.internal.model.source that return MapMappingOptions Modifier and Type Method Description static MapMappingOptionsMapMappingOptions. fromGem(MapMappingGem mapMapping, MapperOptions mapperOptions, javax.lang.model.element.ExecutableElement method, FormattingMessager messager, TypeUtils typeUtils)MapMappingOptionsMappingMethodOptions. getMapMapping()Methods in org.mapstruct.ap.internal.model.source with parameters of type MapMappingOptions Modifier and Type Method Description voidMappingMethodOptions. setMapMapping(MapMappingOptions mapMapping)SourceMethod.BuilderSourceMethod.Builder. setMapMappingOptions(MapMappingOptions mapMapping)Constructors in org.mapstruct.ap.internal.model.source with parameters of type MapMappingOptions 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)
-