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