Uses of Class
com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.Dependency
-
Packages that use ObjectSchema.Dependency Package Description com.fasterxml.jackson.module.jsonSchema.jakarta.types -
-
Uses of ObjectSchema.Dependency in com.fasterxml.jackson.module.jsonSchema.jakarta.types
Subclasses of ObjectSchema.Dependency in com.fasterxml.jackson.module.jsonSchema.jakarta.types Modifier and Type Class 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.Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types that return ObjectSchema.Dependency Modifier and Type Method Description ObjectSchema.Dependency
ObjectSchema.Dependency. jsonCreator()
-