Uses of Interface
io.helidon.validation.ValidationContext
Packages that use ValidationContext
-
Uses of ValidationContext in io.helidon.validation
Classes in io.helidon.validation that implement interfaces with type arguments of type ValidationContextModifier and TypeClassDescriptionstatic classFluent API builder forValidationContext.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.validation that return ValidationContextModifier and TypeMethodDescriptionValidationContextConfig.Builder.build()Create an instance from this builder.ValidationContextConfig.BuilderBase.ValidationContextConfigImpl.build()Create a new runtime instance from this prototype.static ValidationContextValidationContext.create(ValidationContextConfig config) Create a new validation context from a configuration.static ValidationContextCreate a new validation context for a given root type, where we do not have an instance to serve as root.static ValidationContextCreate a new validation context for a given root type and object.static ValidationContextValidationContext.create(Consumer<ValidationContextConfig.Builder> builderConsumer) Create a new validation context customizing its configuration.ValidationContextConfig.BuilderBase.ValidationContextConfigImpl.get() -
Uses of ValidationContext in io.helidon.validation.spi
Methods in io.helidon.validation.spi with parameters of type ValidationContextModifier and TypeMethodDescriptionvoidTypeValidator.check(ValidationContext context, T instance) Validation the object instance that it is valid.voidTypeValidator.check(ValidationContext context, T instance, String propertyName) Validation a single property only.voidTypeValidator.checkProperty(ValidationContext context, String propertyName, Object value) Validation a single property value.