public interface PropertyAccessExceptionHandlerResolver
限定符和类型 | 方法和说明 |
---|---|
PropertyAccessExceptionHandler |
resolvePropertyAccessExceptionHandler(java.lang.Class<?> parentType,
java.lang.String propertyName) |
PropertyAccessExceptionHandler resolvePropertyAccessExceptionHandler(java.lang.Class<?> parentType, java.lang.String propertyName)
parentType
- The type of the object to which the property belongs.propertyName
- The name of the property.