public class GetterGraph<T> extends Object implements Getter<T>
| Constructor and Description |
|---|
GetterGraph() |
| Modifier and Type | Method and Description |
|---|---|
GetterGraph |
add(Bean bean,
String property) |
void |
add(DataBinding binding) |
Object |
get(T contextObject)
Get a value from the supplied context object.
|
String |
getContextObjectName() |
void |
setContextObjectName(String contextObjectName) |
public Object get(T contextObject) throws BeanSerializationException
Getterget in interface Getter<T>contextObject - The context object from which the get operation is to be applied.BeanSerializationException - Exception applying get operation on the context object instance.public void add(DataBinding binding)
public GetterGraph add(Bean bean, String property)
public String getContextObjectName()
public void setContextObjectName(String contextObjectName)
Copyright © 2020. All rights reserved.