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 TypeClassDescriptionclassAn 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 EAdds 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 EEndpoint.mapParams(Collection<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 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 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 AConfigure a set ofMappingto transform the d entity.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 MappingModifier and TypeMethodDescriptiondefault 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 AEntityModalFormAction.transform(UnaryOperator<List<Mapping<?>>> fn) Configure a set ofMappingto transform the form state.default AConfigure a set ofMappingto transform the form state.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 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 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 MappingModifier and TypeMethodDescriptiondefault 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.mappingsModifier and TypeClassDescriptionclassAn implementation ofMappingfor the members of a collection.classAn implementation ofMappingfor picking and omitting source properties from the destination.classAn implementation ofMappingfor mapping a source value to its destination.classAn implementation ofMappingfor transforming a text property with a template.classAn 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 MappingModifier and TypeMethodDescriptionCollectionMapping.getMappings()The list ofMappingto 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 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 MappingModifier and TypeMethodDescriptionstatic CollectionMappingMappings.mapCollection(String path, List<Mapping<?>> mappings) static TransformBodyTransforms.transformBody(List<Mapping<?>> mappings)