public interface Validatable
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Cascadable> |
getCascadables()
Returns the cascaded elements of this validatable, e.g.
|
boolean |
hasCascadables()
Returns
true if this validatable has at least one cascadable element, false otherwise. |
java.lang.Iterable<Cascadable> getCascadables()
@Valid
.boolean hasCascadables()
true
if this validatable has at least one cascadable element, false
otherwise.Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved