public static interface PropertyValue.Strategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
PropertyValue.Strategy.Default |
| Modifier and Type | Method and Description |
|---|---|
default PropertyValue.Factory<? extends PropertyValue> |
getFactoryFor(String propertyName)
Return a factory given a property name and the properties that should be protected
|
List<String> |
getProtectedProperties()
A list of the properties that should be protected
|
PropertyValue.Factory<? extends PropertyValue> |
newProtected()
A factory for protected properties
|
PropertyValue.Factory<? extends PropertyValue> |
newUnprotected()
A factory for unprotected property values
|
List<String> getProtectedProperties()
PropertyValue.Factory<? extends PropertyValue> newProtected()
PropertyValue.Factory<? extends PropertyValue> newUnprotected()
default PropertyValue.Factory<? extends PropertyValue> getFactoryFor(String propertyName)
Copyright © 2025. All rights reserved.