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 theValidationContextassociated with the current thread, cast to the desired type.Methods in org.dellroad.stuff.validation that return ValidationContextModifier and TypeMethodDescriptionstatic ValidationContext<?>ValidationContext.getCurrentContext()Get theValidationContextassociated 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 theThreadLocalHolderused by this class.