Class FormProcessor.GetterMethod

  • Enclosing class:
    FormProcessor

    private static class FormProcessor.GetterMethod
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.reflect.Method method  
      java.lang.Object processor  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GetterMethod​(java.lang.reflect.Method method, java.lang.Object processor)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • method

        public java.lang.reflect.Method method
      • processor

        public java.lang.Object processor
    • Constructor Detail

      • GetterMethod

        private GetterMethod​(java.lang.reflect.Method method,
                             java.lang.Object processor)