Class MethodUnion


  • class MethodUnion
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.reflect.Method readMethod  
      (package private) java.lang.reflect.Method writeMethod  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodUnion​(java.lang.reflect.Method readMethod, java.lang.reflect.Method writeMethod)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • readMethod

        java.lang.reflect.Method readMethod
      • writeMethod

        java.lang.reflect.Method writeMethod
    • Constructor Detail

      • MethodUnion

        MethodUnion​(java.lang.reflect.Method readMethod,
                    java.lang.reflect.Method writeMethod)