Uses of Class
org.mapstruct.ap.internal.gem.CollectionMappingStrategyGem
-
Packages that use CollectionMappingStrategyGem Package Description org.mapstruct.ap.internal.gem This package contains the generated gem types for accessing the MapStruct annotations in a comfortable way.org.mapstruct.ap.internal.model.common Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API. -
-
Uses of CollectionMappingStrategyGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return CollectionMappingStrategyGem Modifier and Type Method Description static CollectionMappingStrategyGemCollectionMappingStrategyGem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CollectionMappingStrategyGem[]CollectionMappingStrategyGem. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CollectionMappingStrategyGem in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common with parameters of type CollectionMappingStrategyGem Modifier and Type Method Description java.util.Map<java.lang.String,Accessor>Type. getPropertyWriteAccessors(CollectionMappingStrategyGem cmStrategy)getPropertyWriteAccessors returns a map of the write accessors according to the CollectionMappingStrategy. -
Uses of CollectionMappingStrategyGem in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return CollectionMappingStrategyGem Modifier and Type Method Description CollectionMappingStrategyGemDefaultOptions. getCollectionMappingStrategy()CollectionMappingStrategyGemDelegatingOptions. getCollectionMappingStrategy()CollectionMappingStrategyGemMapperConfigOptions. getCollectionMappingStrategy()CollectionMappingStrategyGemMapperOptions. getCollectionMappingStrategy()
-