public class JsonSchemaGeneratorV4 extends JsonSchemaGenerator
| Constructor and Description |
|---|
JsonSchemaGeneratorV4() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processSchemaProperty(com.fasterxml.jackson.databind.node.ObjectNode schema,
Attributes props)
Reads
Attributes annotation and put its values into the
generating schema. |
checkAndProcessType, createInstance, generatePropertySchema, generateSchema, isAutoPutVersion, mergeSchema, mergeWithParent, overwriteProperty, processCustomType, processProperties, processRootAttributes, setAutoPutVersionprotected void processSchemaProperty(com.fasterxml.jackson.databind.node.ObjectNode schema,
Attributes props)
JsonSchemaGeneratorAttributes annotation and put its values into the
generating schema. Usually, some verification is done for not putting the
default values.processSchemaProperty in class JsonSchemaGeneratorCopyright © 2013 Reinert, Danilo. All Rights Reserved.