public abstract class AbstractPropertyCascadable<T extends Property> extends Object implements Cascadable
Cascadable
backed by a property of a Java bean.Modifier and Type | Class and Description |
---|---|
static class |
AbstractPropertyCascadable.AbstractBuilder<T extends Property> |
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.
|
Object |
getValue(Object parent)
Returns the value of this cacadable from the given parent.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConstraintLocationKind
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 © 2007-2021 Red Hat, Inc. All Rights Reserved