Uses of Interface
org.hibernate.validator.internal.metadata.facets.Validatable
Packages that use Validatable
Package
Description
The classes in this package contain the aggregated meta data needed for an actual validation.
-
Uses of Validatable in org.hibernate.validator.internal.engine.valuecontext
Methods in org.hibernate.validator.internal.engine.valuecontext that return ValidatableMethods in org.hibernate.validator.internal.engine.valuecontext with parameters of type ValidatableModifier and TypeMethodDescriptionstatic <T,V> ValueContext<T, V> ValueContexts.getLocalExecutionContextForExecutable(ExecutableParameterNameProvider parameterNameProvider, T value, Validatable validatable, PathImpl propertyPath) Creates a value context for validating an executable. -
Uses of Validatable in org.hibernate.validator.internal.metadata.aggregated
Subinterfaces of Validatable in org.hibernate.validator.internal.metadata.aggregatedModifier and TypeInterfaceDescriptioninterfaceBeanMetaData<T>Interface defining the meta data about the constraints defined in a given bean.Classes in org.hibernate.validator.internal.metadata.aggregated that implement ValidatableModifier and TypeClassDescriptionfinal classThis class encapsulates all meta data needed for validation.classRepresents the constraint related meta data of the return value of a method or constructor.classRepresents the constraint related meta data of the arguments of a method or constructor.