Package org.apache.el.lang
Class FunctionMapperImpl.Function
- java.lang.Object
-
- org.apache.el.lang.FunctionMapperImpl.Function
-
- All Implemented Interfaces:
Externalizable
,Serializable
- Enclosing class:
- FunctionMapperImpl
public static class FunctionMapperImpl.Function extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Method
getMethod()
int
hashCode()
void
readExternal(ObjectInput in)
void
writeExternal(ObjectOutput out)
-
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
getMethod
public Method getMethod()
-
-