Uses of Interface
io.helidon.validation.ValidationContextConfig
Packages that use ValidationContextConfig
-
Uses of ValidationContextConfig in io.helidon.validation
Classes in io.helidon.validation with type parameters of type ValidationContextConfigModifier and TypeClassDescriptionstatic classValidationContextConfig.BuilderBase<BUILDER extends ValidationContextConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends ValidationContextConfig>Fluent API builder base forValidationContextConfig.Classes in io.helidon.validation that implement ValidationContextConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type ValidationContextConfig in io.helidon.validationSubinterfaces with type arguments of type ValidationContextConfig in io.helidon.validationModifier and TypeInterfaceDescriptioninterfaceContext ofTypeValidator.check(ValidationContext, Object), also used to validate constraints using #check(ConstraintValidator, Object).Methods in io.helidon.validation that return ValidationContextConfigModifier and TypeMethodDescriptionValidationContextConfig.Builder.buildPrototype()Create an instance of the prototype.Methods in io.helidon.validation with parameters of type ValidationContextConfigModifier and TypeMethodDescriptionValidationContextConfig.builder(ValidationContextConfig instance) Create a new fluent API builder from an existing instance.static ValidationContextValidationContext.create(ValidationContextConfig config) Create a new validation context from a configuration.ValidationContextConfig.BuilderBase.from(ValidationContextConfig prototype) Update this builder from an existing prototype instance.