Class DynamicField.Attributes
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.fields.DynamicField.Attributes
- Enclosing interface:
- DynamicField<F extends DynamicField<F>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Whether or not theDynamicField
should clear the existing value when a new field is matched. -
Method Summary
-
Field Details
-
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:
-