public class JsonFilter.Scope extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
beginArrayAttr(String name) |
void |
beginObjectAttr(String name) |
void |
endArrayAttr() |
void |
endObjectAttr() |
boolean |
include(String property) |
boolean |
includeAny(String[] properties) |
org.codehaus.jettison.json.JSONObject |
trim(org.codehaus.jettison.json.JSONObject j) |
public org.codehaus.jettison.json.JSONObject trim(org.codehaus.jettison.json.JSONObject j)
public boolean includeAny(String[] properties)
public boolean include(String property)
public void beginObjectAttr(String name)
public void endObjectAttr()
public void beginArrayAttr(String name)
public void endArrayAttr()
Copyright © 2017. All rights reserved.