| Package | Description |
|---|---|
| com.github.reinert.jjschema |
| Modifier and Type | Method and Description |
|---|---|
protected <T> com.fasterxml.jackson.databind.node.ObjectNode |
JsonSchemaGenerator.checkAndProcessType(Class<T> type,
com.fasterxml.jackson.databind.node.ObjectNode schema)
Deprecated.
Checks whether the type is SimpleType (mapped by
SimpleTypeMappings), Collection or Iterable (for mapping arrays),
Void type (returning null), or custom Class (for mapping objects). |
protected <T> com.fasterxml.jackson.databind.node.ObjectNode |
JsonSchemaGenerator.generatePropertySchema(Class<T> type,
Method method,
Field field)
Deprecated.
|
<T> com.fasterxml.jackson.databind.node.ObjectNode |
HyperSchemaGeneratorV4.generateSchema(Class<T> type) |
<T> com.fasterxml.jackson.databind.node.ObjectNode |
JsonSchemaGenerator.generateSchema(Class<T> type)
Deprecated.
|
protected <T> com.fasterxml.jackson.databind.node.ObjectNode |
JsonSchemaGenerator.mergeWithParent(Class<T> type,
com.fasterxml.jackson.databind.node.ObjectNode schema)
Deprecated.
If the Java Type inherits from other Java Type but Object, then it is
assumed to inherit from other custom type.
|
protected <T> com.fasterxml.jackson.databind.node.ObjectNode |
JsonSchemaGenerator.processCustomType(Class<T> type,
com.fasterxml.jackson.databind.node.ObjectNode schema)
Deprecated.
Generates the schema of custom java types
|
protected <T> void |
JsonSchemaGenerator.processFields(Class<T> type,
com.fasterxml.jackson.databind.node.ObjectNode schema)
Deprecated.
|
protected <T> void |
JsonSchemaGenerator.processProperties(Class<T> type,
com.fasterxml.jackson.databind.node.ObjectNode schema)
Deprecated.
|
Copyright © 2018. All rights reserved.