Package de.odysseus.el.tree
Class Bindings.MethodWrapper
- java.lang.Object
-
- de.odysseus.el.tree.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 aMethod
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)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
method
private transient 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
-
-