com.jpattern.orm.persistor.reflection
Class GetManipulator<BEAN,P>

java.lang.Object
  extended by com.jpattern.orm.persistor.reflection.GetManipulator<BEAN,P>
Direct Known Subclasses:
FieldGetManipulator, GetterGetManipulator

public abstract class GetManipulator<BEAN,P>
extends Object

Get the value of a field

Author:
Francesco Cina' Mar 31, 2012

Constructor Summary
GetManipulator()
           
 
Method Summary
abstract  P getValue(BEAN bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetManipulator

public GetManipulator()
Method Detail

getValue

public abstract P getValue(BEAN bean)
                    throws IllegalArgumentException,
                           IllegalAccessException,
                           InvocationTargetException
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException


Copyright © 2013. All Rights Reserved.