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 CollectionMappingCollectionMapping. clearMappings()Clears the current set of collection mappings.CollectionMappingCollectionMapping. copy()CollectionMappingCollectionMapping. mapCollection(String path, Mapping<?>... mappings)Sets the collection property and the set of mappings for the collection.CollectionMappingCollectionMapping. mapCollection(String path, List<Mapping<?>> mappings)Sets the collection property and the set of mappings for the collection.CollectionMappingCollectionMapping. mapping(Mapping<?>... mappings)Adds to the set of mappings to transform the collection.CollectionMappingCollectionMapping. mappings(List<Mapping<?>> mappings)Adds to the set of mappings to transform the collection.CollectionMappingCollectionMapping. 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 CollectionMappingMappings. mapCollection(String path, Mapping<?>... mappings)static CollectionMappingMappings. mapCollection(String path, List<Mapping<?>> mappings) 
 -