Class Mappings
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.utils.Mappings
- Author:
- Nick Crum (ncrum)
-
Method Summary
Modifier and TypeMethodDescriptionstatic TextTransformMapping
camelCaseText
(String path) static TextTransformMapping
capitalizeText
(String path) static PropertyMapping
static PropertyMapping
static TextTransformMapping
kebabCaseText
(String path) static TextTransformMapping
lowerCaseText
(String path) static CollectionMapping
mapCollection
(String path, Mapping<?>... mappings) static CollectionMapping
mapCollection
(String path, List<Mapping<?>> mappings) static PropertyMapping
static PropertyMapping
static PropertyMapping
static PropertyMapping
mapValueToRoot
(String from) static PropertyMapping
static PickOmitMapping
static PickOmitMapping
static PickOmitMapping
static PickOmitMapping
static PropertyMapping
static TextTransformMapping
snakeCaseText
(String path) static TextTransformMapping
startCaseText
(String path) static TemplateMapping
templateTransform
(String path, String template) static TextTransformMapping
static TextTransformMapping
upperCaseText
(String path)
-
Method Details
-
mapValue
- See Also:
-
mapValue
-
mapValueToRoot
- See Also:
-
mapValueFromRoot
- See Also:
-
setValue
- See Also:
-
nullValue
- See Also:
-
copyValue
-
copyValue
-
pick
- See Also:
-
pick
- See Also:
-
omit
- See Also:
-
omit
- See Also:
-
mapCollection
-
mapCollection
-
templateTransform
-
camelCaseText
- See Also:
-
capitalizeText
- See Also:
-
kebabCaseText
- See Also:
-
lowerCaseText
- See Also:
-
snakeCaseText
- See Also:
-
startCaseText
- See Also:
-
trimText
- See Also:
-
upperCaseText
- See Also:
-