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) |
static final FunctionMapper IDENTITY
FunctionMapper that maps 1:1 between java symbols and native functionsString mapFunctionName(String functionName, FunctionMapper.Context context)
Copyright © 2013. All rights reserved.