Uses of Class
org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl

Packages that use ElementDescriptorImpl
org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the representation of method level constraints. 
 

Uses of ElementDescriptorImpl in org.hibernate.validator.internal.metadata.descriptor
 

Subclasses of ElementDescriptorImpl in org.hibernate.validator.internal.metadata.descriptor
 class BeanDescriptorImpl<T>
          Describes a validated bean.
 class MethodDescriptorImpl
          Describes a validated method.
 class ParameterDescriptorImpl
          Describes a validated method parameter.
 class PropertyDescriptorImpl
          Describes a validated property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.