Uses of Class
org.mapstruct.ap.internal.model.source.IterableMappingOptions
-
Packages that use IterableMappingOptions Package Description org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API. -
-
Uses of IterableMappingOptions in org.mapstruct.ap.internal.model.source
Fields in org.mapstruct.ap.internal.model.source declared as IterableMappingOptions Modifier and Type Field Description private IterableMappingOptionsMappingMethodOptions. iterableMappingprivate IterableMappingOptionsSourceMethod.Builder. iterableMappingMethods in org.mapstruct.ap.internal.model.source that return IterableMappingOptions Modifier and Type Method Description static IterableMappingOptionsIterableMappingOptions. fromGem(IterableMappingGem iterableMapping, MapperOptions mapperOptions, javax.lang.model.element.ExecutableElement method, FormattingMessager messager, TypeUtils typeUtils)IterableMappingOptionsMappingMethodOptions. getIterableMapping()Methods in org.mapstruct.ap.internal.model.source with parameters of type IterableMappingOptions Modifier and Type Method Description voidMappingMethodOptions. setIterableMapping(IterableMappingOptions iterableMapping)SourceMethod.BuilderSourceMethod.Builder. setIterableMappingOptions(IterableMappingOptions iterableMapping)Constructors in org.mapstruct.ap.internal.model.source with parameters of type IterableMappingOptions 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)
-