public class FunctionMapperImpl extends FunctionMapper implements Externalizable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FunctionMapperImpl.Function | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,FunctionMapperImpl.Function> | functions | 
| Constructor and Description | 
|---|
| FunctionMapperImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addFunction(String prefix,
           String localName,
           Method m) | 
| void | readExternal(ObjectInput in) | 
| Method | resolveFunction(String prefix,
               String localName) | 
| void | writeExternal(ObjectOutput out) | 
protected Map<String,FunctionMapperImpl.Function> functions
public Method resolveFunction(String prefix, String localName)
resolveFunction in class FunctionMapperpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.