T - The property typeB - The container Bean typepublic final class BasicProperty<T,B extends Bean> extends Property<T,B>
| Constructor and Description |
|---|
BasicProperty(java.lang.String name,
java.lang.Class<T> type,
java.lang.String typeName,
java.lang.Class<B> beanType) |
BasicProperty(java.lang.String name,
java.lang.Class<T> type,
java.lang.String typeName,
java.lang.Class<B> beanType,
T valueWhenNull) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValueWhenNull()
Returns the value that should be used for nulls.
|
equals, get, getBeanType, getName, getType, getTypeName, hashCode, set, toString