public class LimitedControllerMapper extends java.lang.Object implements ModuleMapper<LimitedController>
| Constructor and Description |
|---|
LimitedControllerMapper() |
| Modifier and Type | Method and Description |
|---|---|
LimitedController |
createModule(java.lang.String key,
JSONObject data) |
java.lang.String[] |
getModuleIdentifiers() |
public LimitedController createModule(java.lang.String key, JSONObject data)
createModule in interface ModuleMapper<LimitedController>public java.lang.String[] getModuleIdentifiers()
getModuleIdentifiers in interface ModuleMapper<LimitedController>