public static final class DynamicField.Attributes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLEAR_VALUE_ON_MATCH
Whether or not the
DynamicField should clear the existing value when a new field
is matched. |
public static final String CLEAR_VALUE_ON_MATCH
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.Copyright © 2021. All rights reserved.