Uses of Class
org.mapstruct.CollectionMappingStrategy
-
Packages that use CollectionMappingStrategy Package Description org.mapstruct MapStruct is a code generator which simplifies the implementation of mappings between Java bean types by generating mapping code at compile time, following a convention-over-configuration approach. -
-
Uses of CollectionMappingStrategy in org.mapstruct
Methods in org.mapstruct that return CollectionMappingStrategy Modifier and Type Method Description CollectionMappingStrategycollectionMappingStrategy()The strategy to be applied when propagating the value of collection-typed properties.CollectionMappingStrategycollectionMappingStrategy()The strategy to be applied when propagating the value of collection-typed properties.static CollectionMappingStrategyCollectionMappingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static CollectionMappingStrategy[]CollectionMappingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-