Uses of Class
org.mapstruct.ap.internal.model.IterableCreation
-
Packages that use IterableCreation Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of IterableCreation in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as IterableCreation Modifier and Type Field Description private IterableCreationContainerMappingMethod. iterableCreationprivate IterableCreationMapMappingMethod. iterableCreationMethods in org.mapstruct.ap.internal.model that return IterableCreation Modifier and Type Method Description static IterableCreationIterableCreation. create(NormalTypeMappingMethod mappingMethod, Parameter sourceParameter)IterableCreationContainerMappingMethod. getIterableCreation()IterableCreationMapMappingMethod. getIterableCreation()
-