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