public interface Cascadable
Modifier and Type | Interface and Description |
---|---|
static interface |
Cascadable.Builder |
Modifier and Type | Method and Description |
---|---|
void |
appendTo(PathImpl path)
Appends this cascadable element to the given path.
|
Type |
getCascadableType()
Returns the data type of this cascadable, e.g.
|
CascadingMetaData |
getCascadingMetaData()
Returns cascading metadata of this cascadable element.
|
ElementType |
getElementType()
Returns the element type of the cascadable.
|
Object |
getValue(Object parent)
Returns the value of this cacadable from the given parent.
|
ElementType getElementType()
Type getCascadableType()
void appendTo(PathImpl path)
CascadingMetaData getCascadingMetaData()
Copyright © 2021 JBoss by Red Hat. All rights reserved.