public class SchemaGenerator extends Object
| Constructor and Description |
|---|
SchemaGenerator() |
SchemaGenerator(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
schemaFromExample(com.fasterxml.jackson.databind.JsonNode example) |
com.fasterxml.jackson.databind.node.ObjectNode |
schemaFromExample(URL example) |
public SchemaGenerator()
public SchemaGenerator(com.fasterxml.jackson.core.JsonFactory jsonFactory)
public com.fasterxml.jackson.databind.node.ObjectNode schemaFromExample(URL example)
public com.fasterxml.jackson.databind.node.ObjectNode schemaFromExample(com.fasterxml.jackson.databind.JsonNode example)
Copyright © 2019. All rights reserved.