| Method and Description |
|---|
| org.eel.kitchen.jsonschema.report.ValidationReport.asJsonNode()
use
ValidationReport.asJsonObject() instead (this method just calls
the latter anyway); scheduled for removal in 1.3+ |
| org.eel.kitchen.jsonschema.main.JsonSchemaFactory.createSchema(SchemaContainer)
use one of the
.from*() methods instead; scheduled
for removal in 1.3+ |
| org.eel.kitchen.jsonschema.main.JsonSchemaFactory.createSchema(SchemaContainer, String)
use
JsonSchemaFactory.fromSchema(JsonNode, String) instead; scheduled
for removal in 1.3+ |
| org.eel.kitchen.jsonschema.main.JsonSchemaFactory.getSchema(String)
use
JsonSchemaFactory.fromURI(String) instead; scheduled for removal
in 1.3+ |
| org.eel.kitchen.jsonschema.main.JsonSchemaFactory.getSchema(URI)
use
JsonSchemaFactory.fromURI(URI) instead; scheduled for removal
in 1.3+ |
| org.eel.kitchen.jsonschema.main.JsonSchemaFactory.registerSchema(JsonNode)
use
JsonSchemaFactory.fromSchema(JsonNode) instead; scheduled for
removal in 1.3+ |
Copyright © 2012. All Rights Reserved.