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, inspect
public JsonSchemaInspector(JsonInspectorConfig config)
public Element inspectAsDom(Object toInspect, String type, String... names)
DomInspector
inspect
that avoids DOM serialization/deserialization.inspectAsDom
in interface DomInspector<Element>
inspectAsDom
in class JsonInspector
Copyright © 2015. All Rights Reserved.