public class FieldCascadable extends Object implements Cascadable
Cascadable backed by a field of a Java bean.| Modifier and Type | Class and Description |
|---|---|
static class |
FieldCascadable.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.
|
public ElementType getElementType()
CascadablegetElementType in interface Cascadablepublic Type getCascadableType()
CascadablegetCascadableType in interface Cascadablepublic Object getValue(Object parent)
CascadablegetValue in interface Cascadablepublic void appendTo(PathImpl path)
CascadableappendTo in interface Cascadablepublic CascadingMetaData getCascadingMetaData()
CascadablegetCascadingMetaData in interface CascadableCopyright © 2019 JBoss by Red Hat. All rights reserved.