| 程序包 | 说明 |
|---|---|
| org.springframework.beans |
This package contains interfaces and classes for manipulating Java beans.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PropertyMatches |
PropertyMatches.forField(String propertyName,
Class<?> beanClass)
Create PropertyMatches for the given field property.
|
static PropertyMatches |
PropertyMatches.forField(String propertyName,
Class<?> beanClass,
int maxDistance)
Create PropertyMatches for the given field property.
|
static PropertyMatches |
PropertyMatches.forProperty(String propertyName,
Class<?> beanClass)
Create PropertyMatches for the given bean property.
|
static PropertyMatches |
PropertyMatches.forProperty(String propertyName,
Class<?> beanClass,
int maxDistance)
Create PropertyMatches for the given bean property.
|