Uses of Class
com.broadleafcommerce.metadata.dsl.core.extension.mappings.CollectionMapping
Packages that use CollectionMapping
Package
Description
-
Uses of CollectionMapping in com.broadleafcommerce.metadata.dsl.core.extension.mappings
Methods in com.broadleafcommerce.metadata.dsl.core.extension.mappings that return CollectionMappingModifier and TypeMethodDescriptionCollectionMapping.clearMappings()
Clears the current set of collection mappings.CollectionMapping.copy()
CollectionMapping.mapCollection
(String path, Mapping<?>... mappings) Sets the collection property and the set of mappings for the collection.CollectionMapping.mapCollection
(String path, List<Mapping<?>> mappings) Sets the collection property and the set of mappings for the collection.Adds to the set of mappings to transform the collection.Adds to the set of mappings to transform the collection.Sets the collection property to be mapped.Constructors in com.broadleafcommerce.metadata.dsl.core.extension.mappings with parameters of type CollectionMapping -
Uses of CollectionMapping in com.broadleafcommerce.metadata.dsl.core.utils
Methods in com.broadleafcommerce.metadata.dsl.core.utils that return CollectionMappingModifier and TypeMethodDescriptionstatic CollectionMapping
Mappings.mapCollection
(String path, Mapping<?>... mappings) static CollectionMapping
Mappings.mapCollection
(String path, List<Mapping<?>> mappings)