Interface PropertyAccessExceptionHandlerResolver

All Known Implementing Classes:
IntrospectionService

public interface PropertyAccessExceptionHandlerResolver
  • 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.