org.milyn.javabean.binding.model.get
Interface Getter<T>

All Known Implementing Classes:
BeanGetter, ConstantGetter, GetterGraph, MapGetter

public interface Getter<T>

Bean ModelSet node getter.

Author:
tom.fennelly@gmail.com

Method Summary
 Object get(T contextObject)
          Get a value from the supplied context object.
 

Method Detail

get

Object get(T contextObject)
           throws BeanSerializationException
Get a value from the supplied context object.

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.


Copyright © 2018. All rights reserved.