Uses of Class
org.dellroad.stuff.validation.ValidationContext

Packages that use ValidationContext
org.dellroad.stuff.validation Classes related to JSR-303 validation. 
 

Uses of ValidationContext in org.dellroad.stuff.validation
 

Methods in org.dellroad.stuff.validation with type parameters of type ValidationContext
static
<T extends ValidationContext<?>>
T
ValidationContext.getCurrentContext(Class<T> type)
          Get the ValidationContext associated with the current thread, cast to the desired type.