Interface PendingRequestBindingResult<T>

Type Parameters:
T - The result type
All Superinterfaces:
ArgumentBinder.BindingResult<T>

public interface PendingRequestBindingResult<T> extends ArgumentBinder.BindingResult<T>
A variation of ArgumentBinder.BindingResult that indicates that the binding result is pending and the value should be checked later.
Since:
4.0.0
Author:
Denis Stepanov