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