Uses of Interface
javax.validation.metadata.ElementDescriptor

Packages that use ElementDescriptor
javax.validation   
javax.validation.metadata   
 

Uses of ElementDescriptor in javax.validation
 

Methods in javax.validation that return ElementDescriptor
 ElementDescriptor Path.Node.getElementDescriptor()
          Returns a descriptor for the element (bean, property, method etc.) represented by this node.
 

Uses of ElementDescriptor in javax.validation.metadata
 

Subinterfaces of ElementDescriptor in javax.validation.metadata
 interface BeanDescriptor
          Describes a constrained Java Bean and the constraints associated to it.
 interface ConstructorDescriptor
          Describes a validated constructor.
 interface MethodDescriptor
          Describes a validated method.
 interface ParameterDescriptor
          Describes a validated method or constructor parameter.
 interface PropertyDescriptor
          Describes a Java Bean property hosting validation constraints.
 interface ReturnValueDescriptor
          Describes a validated return value of a method or constructor.
 

Methods in javax.validation.metadata with type parameters of type ElementDescriptor
<T extends ElementDescriptor>
T
ElementDescriptor.as(Class<T> descriptorType)
          Narrows the type of this descriptor down to the given type.
 



Copyright © 2007-2012. All Rights Reserved.