public class MongoJSScript extends Object
| Constructor and Description |
|---|
MongoJSScript(String js) |
MongoJSScript(String js,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getContext() |
String |
getJs() |
void |
setContext(Map<String,Object> context) |
void |
setJs(String js) |
public MongoJSScript(String js)
Copyright © 2016. All rights reserved.