|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectSchema.Dependency | |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.types | |
| Uses of ObjectSchema.Dependency in com.fasterxml.jackson.databind.jsonSchema.types |
|---|
| Subclasses of ObjectSchema.Dependency in com.fasterxml.jackson.databind.jsonSchema.types | |
|---|---|
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. |
| Methods in com.fasterxml.jackson.databind.jsonSchema.types that return ObjectSchema.Dependency | |
|---|---|
ObjectSchema.Dependency |
ObjectSchema.Dependency.jsonCreator()
|
| Methods in com.fasterxml.jackson.databind.jsonSchema.types that return types with arguments of type ObjectSchema.Dependency | |
|---|---|
List<ObjectSchema.Dependency> |
ObjectSchema.getDependencies()
ObjectSchema.dependencies |
| Method parameters in com.fasterxml.jackson.databind.jsonSchema.types with type arguments of type ObjectSchema.Dependency | |
|---|---|
void |
ObjectSchema.setDependencies(List<ObjectSchema.Dependency> dependencies)
ObjectSchema.dependencies |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||