com.jpattern.orm.persistor.reflection
Class GetterGetManipulator<BEAN,P>
java.lang.Object
com.jpattern.orm.persistor.reflection.GetManipulator<BEAN,P>
com.jpattern.orm.persistor.reflection.GetterGetManipulator<BEAN,P>
public class GetterGetManipulator<BEAN,P>
- extends GetManipulator<BEAN,P>
Set the value of a using the related setter method
- Author:
- Francesco Cina'
Mar 31, 2012
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetterGetManipulator
public GetterGetManipulator(Method getterMethod)
getValue
public P getValue(BEAN bean)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Specified by:
getValue in class GetManipulator<BEAN,P>
- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
Copyright © 2013. All Rights Reserved.