com.jpattern.orm.persistor.reflection
Class GetManipulator<BEAN,P>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetManipulator
public GetManipulator()
getValue
public abstract P getValue(BEAN bean)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
Copyright © 2013. All Rights Reserved.