Interface PropertyAccessExceptionHandlerResolver
- All Known Implementing Classes:
IntrospectionService
public interface PropertyAccessExceptionHandlerResolver
-
Method Summary
Modifier and TypeMethodDescriptionresolvePropertyAccessExceptionHandler(Class<?> parentType, String propertyName)
-
Method Details
-
resolvePropertyAccessExceptionHandler
PropertyAccessExceptionHandler resolvePropertyAccessExceptionHandler(Class<?> parentType, String propertyName) - Parameters:
parentType- The type of the object to which the property belongs.propertyName- The name of the property.
-