@Contract
public interface PropertyBagCustomizer
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_IMPLEMENTATION |
| Modifier and Type | Method and Description |
|---|---|
Property |
getProperty(PropertyBag me,
String name) |
String |
getPropertyValue(PropertyBag me,
String name)
Returns a property value if the bean has properties and one of its
properties name is equal to the one passed.
|
String |
getPropertyValue(PropertyBag me,
String name,
String defaultValue)
Returns a property value if the bean has properties and one of its
properties name is equal to the one passed.
|
static final String DEFAULT_IMPLEMENTATION
Property getProperty(PropertyBag me, String name)
String getPropertyValue(PropertyBag me, String name)
name - the property name requestedString getPropertyValue(PropertyBag me, String name, String defaultValue)
name - the property name requesteddefaultValue - is the default value to return in case the property
of that name does not exist in this bagCopyright © 2019. All rights reserved.