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()
Cascadable
getElementType
in interface Cascadable
public Type getCascadableType()
Cascadable
getCascadableType
in interface Cascadable
public Object getValue(Object parent)
Cascadable
getValue
in interface Cascadable
public void appendTo(PathImpl path)
Cascadable
appendTo
in interface Cascadable
public CascadingMetaData getCascadingMetaData()
Cascadable
getCascadingMetaData
in interface Cascadable
Copyright © 2019 JBoss by Red Hat. All rights reserved.