Package | Description |
---|---|
org.springframework.beans |
This package contains interfaces and classes for manipulating Java beans.
|
Modifier and Type | Method and Description |
---|---|
static PropertyMatches |
PropertyMatches.forField(java.lang.String propertyName,
java.lang.Class<?> beanClass)
Create PropertyMatches for the given field property.
|
static PropertyMatches |
PropertyMatches.forField(java.lang.String propertyName,
java.lang.Class<?> beanClass,
int maxDistance)
Create PropertyMatches for the given field property.
|
static PropertyMatches |
PropertyMatches.forProperty(java.lang.String propertyName,
java.lang.Class<?> beanClass)
Create PropertyMatches for the given bean property.
|
static PropertyMatches |
PropertyMatches.forProperty(java.lang.String propertyName,
java.lang.Class<?> beanClass,
int maxDistance)
Create PropertyMatches for the given bean property.
|