Class GetFromField


  • public class GetFromField
    extends java.lang.Object
    Gets value from field.
    Author:
    Roman Grigoriadi
    • Constructor Summary

      Constructors 
      Constructor Description
      GetFromField​(java.lang.reflect.Field field)
      Create instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object internalGetValue​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetFromField

        public GetFromField​(java.lang.reflect.Field field)
        Create instance.
        Parameters:
        field - not null
    • Method Detail

      • internalGetValue

        public java.lang.Object internalGetValue​(java.lang.Object object)
                                          throws java.lang.IllegalAccessException,
                                                 java.lang.reflect.InvocationTargetException
        Throws:
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException