public interface PropertyAccessExceptionHandlerResolver
| Modifier and Type | Method and Description |
|---|---|
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.