Uses of Package
org.hibernate.validator.method.metadata

Packages that use org.hibernate.validator.method.metadata
org.hibernate.validator.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
org.hibernate.validator.method This package provides support for method-level constraints based on JSR 303: Bean Validation, Appendix C ("Proposal for method-level validation"). 
org.hibernate.validator.method.metadata This package provides a meta model related to method-level constraints and as such is an addition to the package javax.validation.metadata provided by the Bean Validation API. 
 

Classes in org.hibernate.validator.method.metadata used by org.hibernate.validator.engine
TypeDescriptor
          Describes a constrained Java type and the constraints associated to it.
 

Classes in org.hibernate.validator.method.metadata used by org.hibernate.validator.metadata
MethodDescriptor
          Describes a method and the constraints associated with it.
ParameterDescriptor
          Describes a constrained parameter and the constraints associated with it.
TypeDescriptor
          Describes a constrained Java type and the constraints associated to it.
 

Classes in org.hibernate.validator.method.metadata used by org.hibernate.validator.method
TypeDescriptor
          Describes a constrained Java type and the constraints associated to it.
 

Classes in org.hibernate.validator.method.metadata used by org.hibernate.validator.method.metadata
MethodDescriptor
          Describes a method and the constraints associated with it.
ParameterDescriptor
          Describes a constrained parameter and the constraints associated with it.
 



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