Uses of Class
com.broadleafcommerce.metadata.dsl.core.Mapping
-
-
Uses of Mapping in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type Mapping Modifier and Type Class Description classMapping<M extends Mapping<M>>An abstract mapping specification.Methods in com.broadleafcommerce.metadata.dsl.core that return types with arguments of type Mapping Modifier and Type Method Description List<Mapping<?>>Endpoint. getMapParams()List<Mapping<?>>TransformBody. getMappings()Set of mappings to transform the data.Methods in com.broadleafcommerce.metadata.dsl.core with parameters of type Mapping Modifier and Type Method Description default EEndpoint. mapParam(Mapping<?>... mappings)TransformBodyTransformBody. mapping(Mapping<?>... mappings)Adds to the set of mappings to transform the collection.Method parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type Mapping Modifier and Type Method Description default EEndpoint. mapParams(Collection<Mapping<?>> mappings)TransformBodyTransformBody. mappings(List<Mapping<?>> mappings)Adds to the set of mappings to transform the collection.voidEndpoint. setMapParams(List<Mapping<?>> mapParams)Constructors in com.broadleafcommerce.metadata.dsl.core with parameters of type Mapping Constructor Description Mapping(Mapping<?> mapping)Constructor parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type Mapping Constructor Description MappingList(Collection<? extends Mapping<?>> c) -
Uses of Mapping in com.broadleafcommerce.metadata.dsl.core.extension.actions
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type Mapping Modifier and Type Method Description default ACreateModalFormAction. mapInheritedValue(Mapping<?>... mappingsToAdd)Configure mappings from the parent data to the create form's state.default ARowModalFormAction. mapInitialValues(Mapping<?>... mappingsToAdd)Configure mappings from the row or context to the form's initial state.default AGenerateTemplateAction. templateToItemMapping(Mapping<?>... mappings)default ACloneModalFormAction. transformClone(Mapping<?>... mappings)Configure a set ofMappingto transform the cloned entity.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.actions with type arguments of type Mapping Modifier and Type Method Description default ACreateModalFormAction. mapInheritedValues(Collection<Mapping<?>> mappingsToAdd)Configure mappings from the parent data to the create form's state.default ARowModalFormAction. mapInitialValues(Collection<Mapping<?>> mappingsToAdd)Configure mappings from the row or context to the create form's state.default AGenerateTemplateAction. templateToItemMappings(List<Mapping<?>> mappings)default ACloneModalFormAction. transformClone(UnaryOperator<List<Mapping<?>>> fn)Configure a set ofMappingto transform the cloned entity.default ACloneModalFormAction. transformClone(List<Mapping<?>> mappings)Configure a set ofMappingto 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 Mapping Modifier and Type Method Description List<Mapping<?>>AbstractEndpoint. getMapParams()Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.endpoints with type arguments of type Mapping Modifier and Type Method Description voidAbstractEndpoint. setMapParams(List<Mapping<?>> mapParams) -
Uses of Mapping in com.broadleafcommerce.metadata.dsl.core.extension.fields
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type Mapping Modifier and Type Method Description default FLookupField. transformSelection(Mapping<?>... mappings)Configure a set ofMappingto 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 Mapping Modifier and Type Method Description default FLookupField. transformSelection(UnaryOperator<List<Mapping<?>>> fn)Configure a set ofMappingto transform the option the user selects before the form state is updated.default FLookupField. transformSelection(List<Mapping<?>> mappings)Configure a set ofMappingto 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.mappings Modifier and Type Class Description classCollectionMappingAn implementation ofMappingfor the members of a collection.classPickOmitMappingAn implementation ofMappingfor picking and omitting source properties from the destination.classPropertyMappingAn implementation ofMappingfor mapping a source value to its destination.classTemplateMappingAn implementation ofMappingfor transforming a text property with a template.classTextTransformMappingAn implementation ofMappingfor transforming a text property common case transformations.Methods in com.broadleafcommerce.metadata.dsl.core.extension.mappings that return types with arguments of type Mapping Modifier and Type Method Description List<Mapping<?>>CollectionMapping. getMappings()The list ofMappingto apply to each collection member.Methods in com.broadleafcommerce.metadata.dsl.core.extension.mappings with parameters of type Mapping Modifier and Type Method Description CollectionMappingCollectionMapping. mapCollection(String path, 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.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.mappings with type arguments of type Mapping Modifier and Type Method Description CollectionMappingCollectionMapping. mapCollection(String path, List<Mapping<?>> mappings)Sets the collection property and the set of mappings for the collection.CollectionMappingCollectionMapping. mappings(List<Mapping<?>> mappings)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 Mapping Modifier and Type Method Description static CollectionMappingMappings. mapCollection(String path, Mapping<?>... mappings)static TransformBodyTransforms. transformBody(Mapping<?>... mappings)Method parameters in com.broadleafcommerce.metadata.dsl.core.utils with type arguments of type Mapping Modifier and Type Method Description static CollectionMappingMappings. mapCollection(String path, List<Mapping<?>> mappings)static TransformBodyTransforms. transformBody(List<Mapping<?>> mappings)
-