Uses of Class
com.broadleafcommerce.metadata.dsl.core.extension.mappings.PropertyMapping
- 
Packages that use PropertyMapping Package Description com.broadleafcommerce.metadata.dsl.core.extension.mappings com.broadleafcommerce.metadata.dsl.core.utils  - 
- 
Uses of PropertyMapping in com.broadleafcommerce.metadata.dsl.core.extension.mappings
Methods in com.broadleafcommerce.metadata.dsl.core.extension.mappings that return PropertyMapping Modifier and Type Method Description PropertyMappingPropertyMapping. copy()PropertyMappingPropertyMapping. copyFrom(boolean copyFrom)PropertyMappingPropertyMapping. copyValue(String from, String to)Copies the source property and maps to the destination property.PropertyMappingPropertyMapping. copyValue(String from, String to, Object defaultValue)Copies the source property and maps to the destination property.PropertyMappingPropertyMapping. defaultValue(Object defaultValue)PropertyMappingPropertyMapping. from(String from)PropertyMappingPropertyMapping. mapValue(String from, String to)Maps the source's property to the destination's property.PropertyMappingPropertyMapping. mapValue(String from, String to, Object defaultValue)Maps the source's property to the destination's property with a default value.PropertyMappingPropertyMapping. mapValueFromRoot(String to)Maps theROOTto the destination.PropertyMappingPropertyMapping. mapValueToRoot(String from)Maps the source's property to theROOT.PropertyMappingPropertyMapping. mergeTo()PropertyMappingPropertyMapping. nullValue(String to)Sets the destination property to null.PropertyMappingPropertyMapping. operation(String operation)PropertyMappingPropertyMapping. replaceTo()PropertyMappingPropertyMapping. setValue(String to, Object defaultValue)Sets the value on the destination.PropertyMappingPropertyMapping. to(String to)Constructors in com.broadleafcommerce.metadata.dsl.core.extension.mappings with parameters of type PropertyMapping Constructor Description PropertyMapping(PropertyMapping mapping) - 
Uses of PropertyMapping in com.broadleafcommerce.metadata.dsl.core.utils
Methods in com.broadleafcommerce.metadata.dsl.core.utils that return PropertyMapping Modifier and Type Method Description static PropertyMappingMappings. copyValue(String from, String to)static PropertyMappingMappings. copyValue(String from, String to, String defaultValue)static PropertyMappingMappings. mapValue(String from, String to)static PropertyMappingMappings. mapValue(String from, String to, String defaultValue)static PropertyMappingMappings. mapValueFromRoot(String to)static PropertyMappingMappings. mapValueToRoot(String from)static PropertyMappingMappings. nullValue(String to)static PropertyMappingMappings. setValue(String to, Object defaultValue) 
 -