public abstract class AbstractRestResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.Gson |
gson |
protected org.apache.commons.logging.Log |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRestResource() |
| Modifier and Type | Method and Description |
|---|---|
static com.mongodb.DBObject |
copyDBObject(com.mongodb.DBObject dbObject)
Does a deep copy of an object to allow for subsequent modification
|
static com.mongodb.DBObject |
maskValues(com.mongodb.DBObject dbObject)
Find and mask property values.
|
protected final org.apache.commons.logging.Log logger
protected final com.google.gson.Gson gson
public static com.mongodb.DBObject copyDBObject(com.mongodb.DBObject dbObject)
public static com.mongodb.DBObject maskValues(com.mongodb.DBObject dbObject)
dbObject - the object to modifyCopyright © 2005–2018 Alfresco Software. All rights reserved.