Class SimpleFieldValueProvider

    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleFieldValueProvider​(java.lang.String fieldName, java.lang.Class<?> dataClass)  
    • Method Summary

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

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

      • SimpleFieldValueProvider

        public SimpleFieldValueProvider​(java.lang.String fieldName,
                                        java.lang.Class<?> dataClass)
    • Method Detail

      • getValue

        public java.lang.Object getValue​(java.lang.Object object)
        Specified by:
        getValue in interface FieldValueProvider