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 Details

    • CLEAR_VALUE_ON_MATCH

      public static final String CLEAR_VALUE_ON_MATCH
      Whether or not the DynamicField 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: