public abstract class FunctionMapper
extends java.lang.Object
Constructor and Description |
---|
FunctionMapper() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.reflect.Method |
resolveFunction(java.lang.String prefix,
java.lang.String name)
Resolves the given prefix and name to a method.
|