Package 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.

See:
          Description

Interface Summary
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.
 

Package org.hibernate.validator.method.metadata Description

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. This meta model is read-only, all of its types are immutable.

This package is part of the public Hibernate Validator API.



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