Uses of Interface
io.avaje.validation.adapter.ValidationContext.AdapterCreateRequest
Packages that use ValidationContext.AdapterCreateRequest
Package
Description
Avaje Validation API - see
Validator.classes and interfaces used for building generated/custom constraint adapters
SPI for the underlying validation adapters.
-
Uses of ValidationContext.AdapterCreateRequest in io.avaje.validation
Methods in io.avaje.validation with parameters of type ValidationContext.AdapterCreateRequestModifier and TypeMethodDescriptionValidator.AnnotationAdapterBuilder.build(ValidationContext.AdapterCreateRequest request) Create a ValidationAdapter given the Validator instance. -
Uses of ValidationContext.AdapterCreateRequest in io.avaje.validation.adapter
Methods in io.avaje.validation.adapter that return ValidationContext.AdapterCreateRequestModifier and TypeMethodDescriptionValidationContext.AdapterCreateRequest.withValue(long value) Clone and return the request with a new value attributeConstructors in io.avaje.validation.adapter with parameters of type ValidationContext.AdapterCreateRequestModifierConstructorDescriptionprotectedCreate given the create requestprotected -
Uses of ValidationContext.AdapterCreateRequest in io.avaje.validation.spi
Methods in io.avaje.validation.spi with parameters of type ValidationContext.AdapterCreateRequestModifier and TypeMethodDescriptionAnnotationFactory.create(ValidationContext.AdapterCreateRequest request) Create and return a ValidationAdapter given the type and annotations or return null.