Class ValidatableParametersMetaData
java.lang.Object
org.hibernate.validator.internal.metadata.aggregated.ValidatableParametersMetaData
- All Implemented Interfaces:
Validatable
Represents the constraint related meta data of the arguments of a method or
constructor.
- Author:
- Gunnar Morling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the cascaded elements of this validatable, e.g.boolean
Returnstrue
if this validatable has at least one cascadable element,false
otherwise.
-
Constructor Details
-
ValidatableParametersMetaData
-
-
Method Details
-
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 interfaceValidatable
- Returns:
- The cascaded elements of this validatable.
-
hasCascadables
public boolean hasCascadables()Description copied from interface:Validatable
Returnstrue
if this validatable has at least one cascadable element,false
otherwise.- Specified by:
hasCascadables
in interfaceValidatable
-