Class Bindings.MethodWrapper

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Bindings

    private static class Bindings.MethodWrapper
    extends java.lang.Object
    implements java.io.Serializable
    Wrap a Method for serialization.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method method  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MethodWrapper​(java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void readObject​(java.io.ObjectInputStream in)  
      private void writeObject​(java.io.ObjectOutputStream out)  
      • Methods inherited from class java.lang.Object

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

      • method

        private transient java.lang.reflect.Method method
    • Constructor Detail

      • MethodWrapper

        private MethodWrapper​(java.lang.reflect.Method method)
    • Method Detail

      • writeObject

        private void writeObject​(java.io.ObjectOutputStream out)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • readObject

        private void readObject​(java.io.ObjectInputStream in)
                         throws java.io.IOException,
                                java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException