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) |
javax.json.JsonObject |
trim(javax.json.JsonObject j) |
public javax.json.JsonObject trim(javax.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 © 2019. All rights reserved.