Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.Dependency
Packages that use ObjectSchema.Dependency
-
Uses of ObjectSchema.Dependency in com.fasterxml.jackson.module.jsonSchema.types
Subclasses of ObjectSchema.Dependency in com.fasterxml.jackson.module.jsonSchema.typesModifier and TypeClassDescriptionstatic class
JsonSchema Dependency If the dependency value is a jsonSchema, then the instance object MUST be valid against the jsonSchema.static class
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.module.jsonSchema.types that return ObjectSchema.Dependency