Uses of Interface
org.hibernate.validator.internal.metadata.facets.Validatable

Packages that use Validatable
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
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
 

Methods in org.hibernate.validator.internal.engine that return Validatable
 Validatable ValueContext.getCurrentValidatable()
           
 

Methods in org.hibernate.validator.internal.engine with parameters of type Validatable
static
<T,V> ValueContext<T,V>
ValueContext.getLocalExecutionContext(Class<T> type, Validatable validatable, PathImpl propertyPath)
           
static
<T,V> ValueContext<T,V>
ValueContext.getLocalExecutionContext(T value, Validatable validatable, PathImpl propertyPath)
           
 

Constructors in org.hibernate.validator.internal.engine with parameters of type Validatable
ValueContext(T currentBean, Class<T> currentBeanType, Validatable validatable, PathImpl propertyPath)
           
 

Uses of Validatable in org.hibernate.validator.internal.metadata.aggregated
 

Subinterfaces of Validatable in org.hibernate.validator.internal.metadata.aggregated
 interface BeanMetaData<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
 class BeanMetaDataImpl<T>
          This class encapsulates all meta data needed for validation.
 class ReturnValueMetaData
          Represents the constraint related meta data of the return value of a method or constructor.
 class ValidatableParametersMetaData
          Represents the constraint related meta data of the arguments of a method or constructor.
 



Copyright © 2007-2013 Red Hat Middleware, LLC. All Rights Reserved