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