static IBeanMapProperty |
BeanProperties.map(java.lang.Class beanClass,
java.lang.String propertyName) |
Deprecated.
Returns a map property for the given property name of the given bean
class.
|
static IBeanMapProperty |
BeanProperties.map(java.lang.Class beanClass,
java.lang.String propertyName,
java.lang.Class keyType,
java.lang.Class valueType) |
Deprecated.
Returns a map property for the given property name of the given bean
class.
|
static IBeanMapProperty |
BeanProperties.map(java.lang.String propertyName) |
Deprecated.
Returns a map property for the given property name of an arbitrary bean
class.
|
static IBeanMapProperty |
BeanProperties.map(java.lang.String propertyName,
java.lang.Class keyType,
java.lang.Class valueType) |
Deprecated.
Returns a map property for the given property name of an arbitrary bean
class.
|
<K,V> IBeanMapProperty<S,K,V> |
IBeanValueProperty.map(java.lang.String propertyName) |
Returns a master-detail combination of this property and the specified
map property.
|
<K,V> IBeanMapProperty<S,K,V> |
IBeanValueProperty.map(java.lang.String propertyName,
java.lang.Class<K> keyType,
java.lang.Class<V> valueType) |
Returns a master-detail combination of this property and the specified
map property.
|
<K,V> IBeanMapProperty<S,K,V> |
IBeanValueProperty.map(IBeanMapProperty<? super T,K,V> property) |
Returns a master-detail combination of this property and the specified
map property.
|
static IBeanMapProperty |
PojoProperties.map(java.lang.Class beanClass,
java.lang.String propertyName) |
Deprecated.
Returns a map property for the given property name of the given bean
class.
|
static IBeanMapProperty |
PojoProperties.map(java.lang.Class beanClass,
java.lang.String propertyName,
java.lang.Class keyType,
java.lang.Class valueType) |
Deprecated.
Returns a map property for the given property name of the given bean
class.
|
static IBeanMapProperty |
PojoProperties.map(java.lang.String propertyName) |
Deprecated.
Returns a map property for the given property name of an arbitrary bean
class.
|
static IBeanMapProperty |
PojoProperties.map(java.lang.String propertyName,
java.lang.Class keyType,
java.lang.Class valueType) |
Deprecated.
Returns a map property for the given property name of an arbitrary bean
class.
|
<V2> IBeanMapProperty<S,K,V2> |
IBeanMapProperty.values(java.lang.String propertyName) |
Returns a master-detail combination of this property and the specified
value property.
|
<V2> IBeanMapProperty<S,K,V2> |
IBeanMapProperty.values(java.lang.String propertyName,
java.lang.Class<V2> valueType) |
Returns a master-detail combination of this property and the specified
value property.
|
<V2> IBeanMapProperty<S,K,V2> |
IBeanMapProperty.values(IBeanValueProperty<? super V,V2> property) |
Returns a master-detail combination of this property and the specified
value property.
|
<V> IBeanMapProperty<S,E,V> |
IBeanSetProperty.values(java.lang.String propertyName) |
Returns a master-detail combination of this property and the specified
value property.
|
<V> IBeanMapProperty<S,E,V> |
IBeanSetProperty.values(java.lang.String propertyName,
java.lang.Class<V> valueType) |
Returns a master-detail combination of this property and the specified
value property.
|
<V> IBeanMapProperty<S,E,V> |
IBeanSetProperty.values(IBeanValueProperty<? super E,V> property) |
Returns a master-detail combination of this property and the specified
value property.
|