Uses of Interface
io.avaje.validation.adapter.ValidationContext
Packages that use ValidationContext
-
Uses of ValidationContext in io.avaje.validation
Methods in io.avaje.validation that return ValidationContextModifier and TypeMethodDescriptionValidator.context()
Return the validation context used to create adaptersMethods in io.avaje.validation with parameters of type ValidationContextModifier and TypeMethodDescriptionValidator.AdapterBuilder.build
(ValidationContext ctx) Create a ValidationAdapter given the Validator instance. -
Uses of ValidationContext in io.avaje.validation.adapter
Methods in io.avaje.validation.adapter that return ValidationContextModifier and TypeMethodDescriptionValidationContext.AdapterCreateRequest.ctx()
Return the context.Methods in io.avaje.validation.adapter with parameters of type ValidationContextModifier and TypeMethodDescriptionValidationContext.AdapterFactory.create
(Type type, ValidationContext ctx) Create and return a ValidationAdapter given the type and annotations or return null.default ValidationAdapter
<Object[]> MethodAdapterProvider.crossParamAdapter
(ValidationContext ctx) MethodAdapterProvider.paramAdapters
(ValidationContext ctx) default ValidationAdapter
<Object> MethodAdapterProvider.returnAdapter
(ValidationContext ctx)