Interface BaseBeanValidationContext<T>

All Superinterfaces:
ValidationContext<T>
All Known Subinterfaces:
ExecutableValidationContext<T>
All Known Implementing Classes:
ParameterExecutableValidationContext, ReturnValueExecutableValidationContext

public interface BaseBeanValidationContext<T> extends ValidationContext<T>
Interface that exposes contextual information required for a validation call related to a bean.

Provides ability to collect failing constraints and gives access to resources like constraint validator factory, traversable resolver, etc.

Author:
Hardy Ferentschik, Emmanuel Bernard, Gunnar Morling, Guillaume Smet