@Deprecated public class JsonSchemaGeneratorV4 extends JsonSchemaGenerator
| Constructor and Description |
|---|
JsonSchemaGeneratorV4()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
processSchemaProperty(com.fasterxml.jackson.databind.node.ObjectNode schema,
Attributes attributes)
Deprecated.
Reads
Attributes annotation and put its values into the
generating schema. |
checkAndProcessType, createInstance, createRefSchema, generatePropertySchema, generateSchema, isAutoPutVersion, mergeSchema, mergeWithParent, overwriteProperty, processCustomType, processFields, processProperties, processRootAttributes, setAutoPutVersionprotected void processSchemaProperty(com.fasterxml.jackson.databind.node.ObjectNode schema,
Attributes attributes)
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 © 2018. All rights reserved.