Uses of Class
org.dellroad.stuff.validation.ValidationContext
-
Uses of ValidationContext in org.dellroad.stuff.validation
Modifier and TypeMethodDescriptionstatic <V extends ValidationContext<?>>
VValidationContext.getCurrentContext
(Class<V> type) Get theValidationContext
associated with the current thread, cast to the desired type.Modifier and TypeMethodDescriptionstatic ValidationContext<?>
ValidationContext.getCurrentContext()
Get theValidationContext
associated with the current thread.Modifier and TypeMethodDescriptionstatic ThreadLocalHolder<ValidationContext<?>>
ValidationContext.getThreadLocalHolder()
Get theThreadLocalHolder
used by this class.