public interface FunctionMapper
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionMapper.Builder |
static interface |
FunctionMapper.Context |
| Modifier and Type | Field and Description |
|---|---|
static FunctionMapper |
IDENTITY
An implementation of
FunctionMapper that maps 1:1 between java symbols and native functions |
| Modifier and Type | Method and Description |
|---|---|
String |
mapFunctionName(String functionName,
FunctionMapper.Context context)
Translate the (Java) function name into its (native) equivalent.
|
static final FunctionMapper IDENTITY
FunctionMapper that maps 1:1 between java symbols and native functionsString mapFunctionName(String functionName, FunctionMapper.Context context)
functionName - to translatecontext - for translationfunctionName if not in mapCopyright © 2017. All rights reserved.