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
Methods in org.mapstruct.ap.internal.model.source that return MapMappingOptions Modifier and Type Method Description static MapMappingOptions
MapMappingOptions. fromGem(org.mapstruct.ap.internal.gem.MapMappingGem mapMapping, MapperOptions mapperOptions, ExecutableElement method, FormattingMessager messager, TypeUtils typeUtils)
MapMappingOptions
MappingMethodOptions. getMapMapping()
Methods in org.mapstruct.ap.internal.model.source with parameters of type MapMappingOptions Modifier and Type Method Description void
MappingMethodOptions. setMapMapping(MapMappingOptions mapMapping)
SourceMethod.Builder
SourceMethod.Builder. setMapMappingOptions(MapMappingOptions mapMapping)
Constructors in org.mapstruct.ap.internal.model.source with parameters of type MapMappingOptions Constructor Description MappingMethodOptions(MapperOptions mapper, Set<MappingOptions> mappings, IterableMappingOptions iterableMapping, MapMappingOptions mapMapping, BeanMappingOptions beanMapping, EnumMappingOptions enumMappingOptions, List<ValueMappingOptions> valueMappings, Set<SubclassMappingOptions> subclassMappings, SubclassValidator subclassValidator)
-