Class DynamicField.Attributes
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.fields.DynamicField.Attributes
-
- Enclosing interface:
- DynamicField<F extends DynamicField<F>>
public static final class DynamicField.Attributes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLEAR_VALUE_ON_MATCH
Whether or not theDynamicField
should clear the existing value when a new field is matched.
-
-
-
Field Detail
-
CLEAR_VALUE_ON_MATCH
public static final String CLEAR_VALUE_ON_MATCH
Whether or not theDynamicField
should clear the existing value when a new field is matched. If true, then the property the field targets will be cleared out and then defaulted to a new value if the matched field has a default value. If false, which is the default, then the property will be preserved.- See Also:
- Constant Field Values
-
-