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

java.lang.Object
  extended by com.jpattern.orm.persistor.reflection.GetManipulator<BEAN,P>
      extended by 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

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

Constructor Detail

FieldGetManipulator

public FieldGetManipulator(Field field)
Method Detail

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.