public class JsonSchemaInspector extends JsonInspector
| Constructor and Description |
|---|
JsonSchemaInspector(JsonInspectorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Element |
inspectAsDom(Object toInspect,
String type,
String... names)
Optimized verison of
inspect that avoids DOM serialization/deserialization. |
getRoot, inspectpublic JsonSchemaInspector(JsonInspectorConfig config)
public Element inspectAsDom(Object toInspect, String type, String... names)
DomInspectorinspect that avoids DOM serialization/deserialization.inspectAsDom in interface DomInspector<Element>inspectAsDom in class JsonInspectorCopyright © 2015. All Rights Reserved.