public interface FunctionMapper
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
FunctionMapper.Builder |
static interface |
FunctionMapper.Context |
| 限定符和类型 | 字段和说明 |
|---|---|
static FunctionMapper |
IDENTITY
An implementation of
FunctionMapper that maps 1:1 between java symbols and native functions |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021. All rights reserved.