org.hibernate.validator.internal.metadata.aggregated
Class ValidatableParametersMetaData

java.lang.Object
  extended by org.hibernate.validator.internal.metadata.aggregated.ValidatableParametersMetaData
All Implemented Interfaces:
Validatable

public class ValidatableParametersMetaData
extends Object
implements Validatable

Represents the constraint related meta data of the arguments of a method or constructor.

Author:
Gunnar Morling

Constructor Summary
ValidatableParametersMetaData(Iterable<? extends Cascadable> cascadables)
           
 
Method Summary
 Iterable<Cascadable> getCascadables()
          Returns the cascaded elements of this validatable, e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatableParametersMetaData

public ValidatableParametersMetaData(Iterable<? extends Cascadable> cascadables)
Method Detail

getCascadables

public Iterable<Cascadable> getCascadables()
Description copied from interface: Validatable
Returns the cascaded elements of this validatable, e.g. the properties of a bean or the parameters of a method annotated with @Valid.

Specified by:
getCascadables in interface Validatable
Returns:
The cascaded elements of this validatable.


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