| Package | Description |
|---|---|
| com.fasterxml.jackson.module.jsonSchema.types |
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectSchema.SchemaDependency
JsonSchema Dependency If the dependency value is a jsonSchema, then the instance
object MUST be valid against the jsonSchema.
|
static class |
ObjectSchema.SimpleDependency
Simple Dependency If the dependency value is a string, then the instance
object MUST have a property with the same name as the dependency value.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectSchema.Dependency |
ObjectSchema.Dependency.jsonCreator() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectSchema.Dependency> |
ObjectSchema.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectSchema.setDependencies(List<ObjectSchema.Dependency> dependencies) |
Copyright © 2014 FasterXML. All Rights Reserved.