Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core.extension.mappings | |
com.broadleafcommerce.metadata.dsl.core.utils |
Modifier and Type | Method and Description |
---|---|
CollectionMapping |
CollectionMapping.clearMappings()
Clears the current set of collection mappings.
|
CollectionMapping |
CollectionMapping.copy() |
CollectionMapping |
CollectionMapping.mapCollection(String path,
List<Mapping<?>> mappings)
Sets the collection property and the set of mappings for the collection.
|
CollectionMapping |
CollectionMapping.mapCollection(String path,
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.
|
Constructor and Description |
---|
CollectionMapping(CollectionMapping mapping) |
Modifier and Type | Method and Description |
---|---|
static CollectionMapping |
Mappings.mapCollection(String path,
List<Mapping<?>> mappings) |
static CollectionMapping |
Mappings.mapCollection(String path,
Mapping<?>... mappings) |
Copyright © 2021. All rights reserved.