Interface IPropertyResolver

All Known Subinterfaces:
BeanValidationContext
All Known Implementing Classes:
BeanValidationConfiguration, DefaultPropertyResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Resolves the property to be validated for the given form component. Implementations, including the default one, usually check the form component's model for some subclass that can provide the necessary meta information to resolve the property.
Author:
igor
See Also: