public class BeanGetter<T> extends Object implements Getter<T>
| Constructor and Description |
|---|
BeanGetter(Class<?> beanClass,
String property) |
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.Copyright © 2013. All rights reserved.