public final class DefaultFunctionMapper extends jakarta.el.FunctionMapper implements Externalizable
Method, 
FunctionMapper, 
Serialized Form| Constructor and Description | 
|---|
| DefaultFunctionMapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addFunction(String prefix,
           String localName,
           Method m) | 
| void | readExternal(ObjectInput in) | 
| Method | resolveFunction(String prefix,
               String localName) | 
| String | toString() | 
| void | writeExternal(ObjectOutput out) | 
public Method resolveFunction(String prefix, String localName)
resolveFunction in class jakarta.el.FunctionMapperpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.