org.milyn.javabean.binding.model.get
Class GetterGraph<T>

java.lang.Object
  extended by org.milyn.javabean.binding.model.get.GetterGraph<T>
All Implemented Interfaces:
Getter<T>

public class GetterGraph<T>
extends Object
implements Getter<T>

Getter Graph.

Author:
tom.fennelly@gmail.com

Constructor Summary
GetterGraph()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetterGraph

public GetterGraph()
Method Detail

get

public Object get(T contextObject)
           throws BeanSerializationException
Description copied from interface: Getter
Get a value from the supplied context object.

Specified by:
get in interface Getter<T>
Parameters:
contextObject - The context object from which the get operation is to be applied.
Returns:
The value returned from the get invocation.
Throws:
BeanSerializationException - Exception applying get operation on the context object instance.

add

public void add(DataBinding binding)

add

public GetterGraph add(Bean bean,
                       String property)

getContextObjectName

public String getContextObjectName()

setContextObjectName

public void setContextObjectName(String contextObjectName)


Copyright © 2018. All rights reserved.