Uses of Class
com.broadleafcommerce.metadata.dsl.core.Mapping
Packages that use Mapping
Package
Description
-
Uses of Mapping in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type MappingModifier and TypeClassDescriptionclass
An abstract mapping specification.Methods in com.broadleafcommerce.metadata.dsl.core that return types with arguments of type MappingModifier and TypeMethodDescriptionEndpoint.getMapParams()
TransformBody.getMappings()
Set of mappings to transform the data.Methods in com.broadleafcommerce.metadata.dsl.core with parameters of type MappingModifier and TypeMethodDescriptiondefault E
Adds to the set of mappings to transform the collection.Method parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type MappingModifier and TypeMethodDescriptiondefault E
Endpoint.mapParams
(Collection<Mapping<?>> mappings) Adds to the set of mappings to transform the collection.void
Endpoint.setMapParams
(List<Mapping<?>> mapParams) Constructors in com.broadleafcommerce.metadata.dsl.core with parameters of type MappingConstructor parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type Mapping -
Uses of Mapping in com.broadleafcommerce.metadata.dsl.core.extension.actions
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type MappingModifier and TypeMethodDescriptiondefault A
CreateModalFormAction.mapInheritedValue
(Mapping<?>... mappingsToAdd) Configure mappings from the parent data to the create form's state.default A
RowModalFormAction.mapInitialValues
(Mapping<?>... mappingsToAdd) Configure mappings from the row or context to the form's initial state.default A
GenerateTemplateAction.templateToItemMapping
(Mapping<?>... mappings) default A
Configure a set ofMapping
to transform the d entity.default A
CloneModalFormAction.transformClone
(Mapping<?>... mappings) Configure a set ofMapping
to transform the cloned entity.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.actions with type arguments of type MappingModifier and TypeMethodDescriptiondefault A
CreateModalFormAction.mapInheritedValues
(Collection<Mapping<?>> mappingsToAdd) Configure mappings from the parent data to the create form's state.default A
RowModalFormAction.mapInitialValues
(Collection<Mapping<?>> mappingsToAdd) Configure mappings from the row or context to the create form's state.default A
GenerateTemplateAction.templateToItemMappings
(List<Mapping<?>> mappings) default A
EntityModalFormAction.transform
(UnaryOperator<List<Mapping<?>>> fn) Configure a set ofMapping
to transform the form state.default A
Configure a set ofMapping
to transform the form state.default A
CloneModalFormAction.transformClone
(UnaryOperator<List<Mapping<?>>> fn) Configure a set ofMapping
to transform the cloned entity.default A
CloneModalFormAction.transformClone
(List<Mapping<?>> mappings) Configure a set ofMapping
to transform the cloned entity. -
Uses of Mapping in com.broadleafcommerce.metadata.dsl.core.extension.endpoints
Methods in com.broadleafcommerce.metadata.dsl.core.extension.endpoints that return types with arguments of type MappingMethod parameters in com.broadleafcommerce.metadata.dsl.core.extension.endpoints with type arguments of type Mapping -
Uses of Mapping in com.broadleafcommerce.metadata.dsl.core.extension.fields
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type MappingModifier and TypeMethodDescriptiondefault F
LookupField.transformSelection
(Mapping<?>... mappings) Configure a set ofMapping
to transform the option the user selects before the form state is updated.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.fields with type arguments of type MappingModifier and TypeMethodDescriptiondefault F
LookupField.transformSelection
(UnaryOperator<List<Mapping<?>>> fn) Configure a set ofMapping
to transform the option the user selects before the form state is updated.default F
LookupField.transformSelection
(List<Mapping<?>> mappings) Configure a set ofMapping
to transform the option the user selects before the form state is updated. -
Uses of Mapping in com.broadleafcommerce.metadata.dsl.core.extension.mappings
Subclasses of Mapping in com.broadleafcommerce.metadata.dsl.core.extension.mappingsModifier and TypeClassDescriptionclass
An implementation ofMapping
for the members of a collection.class
An implementation ofMapping
for picking and omitting source properties from the destination.class
An implementation ofMapping
for mapping a source value to its destination.class
An implementation ofMapping
for transforming a text property with a template.class
An implementation ofMapping
for transforming a text property common case transformations.Methods in com.broadleafcommerce.metadata.dsl.core.extension.mappings that return types with arguments of type MappingModifier and TypeMethodDescriptionCollectionMapping.getMappings()
The list ofMapping
to apply to each collection member.Methods in com.broadleafcommerce.metadata.dsl.core.extension.mappings with parameters of type MappingModifier and TypeMethodDescriptionCollectionMapping.mapCollection
(String path, Mapping<?>... mappings) Sets the collection property and the set of mappings for the collection.Adds to the set of mappings to transform the collection.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.mappings with type arguments of type MappingModifier and TypeMethodDescriptionCollectionMapping.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. -
Uses of Mapping in com.broadleafcommerce.metadata.dsl.core.utils
Methods in com.broadleafcommerce.metadata.dsl.core.utils with parameters of type MappingModifier and TypeMethodDescriptionstatic CollectionMapping
Mappings.mapCollection
(String path, Mapping<?>... mappings) static TransformBody
Transforms.transformBody
(Mapping<?>... mappings) Method parameters in com.broadleafcommerce.metadata.dsl.core.utils with type arguments of type MappingModifier and TypeMethodDescriptionstatic CollectionMapping
Mappings.mapCollection
(String path, List<Mapping<?>> mappings) static TransformBody
Transforms.transformBody
(List<Mapping<?>> mappings)