Uses of Interface
org.hibernate.validator.internal.metadata.facets.Validatable
-
Packages that use Validatable Package Description org.hibernate.validator.internal.engine.valuecontext org.hibernate.validator.internal.metadata.aggregated 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 Validatable Modifier and Type Method Description ValidatableValueContext. getCurrentValidatable()Methods in org.hibernate.validator.internal.engine.valuecontext with parameters of type Validatable Modifier and Type Method Description static <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.aggregated Modifier and Type Interface Description interfaceBeanMetaData<T>Interface defining the meta data about the constraints defined in a given bean.Classes in org.hibernate.validator.internal.metadata.aggregated that implement Validatable Modifier and Type Class Description classBeanMetaDataImpl<T>This class encapsulates all meta data needed for validation.classReturnValueMetaDataRepresents the constraint related meta data of the return value of a method or constructor.classValidatableParametersMetaDataRepresents the constraint related meta data of the arguments of a method or constructor.
-