public interface DefaultValueFinder
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDefaultValue(IdentifyingAttributes identifyingAttributes,
String attributeKey,
Serializable attributeValue)
Checks if the combination of
identifyingAttributes, attributeKey, and attributeValue
represents a default value. |
boolean isDefaultValue(IdentifyingAttributes identifyingAttributes, String attributeKey, Serializable attributeValue)
identifyingAttributes, attributeKey, and attributeValue
represents a default value. Default values are not persisted to save lots of memory and reduce noise.identifyingAttributes - identifying attributesattributeKey - attribute keyattributeValue - attribute valuetrue if the value is a defaultCopyright © 2019 ReTest GmbH. All rights reserved.