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 FunctionMapper
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.