Class ObjectSchema.SimpleDependency
java.lang.Object
com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.Dependency
com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SimpleDependency
- Enclosing class:
ObjectSchema
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.
If the dependency value is an array of strings, then the instance object
MUST have a property with the same name as each string in the dependency
value's array.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class ObjectSchema.Dependency
jsonCreator
-
Field Details
-
depender
-
dependsOn
-
-
Constructor Details
-
SimpleDependency
-
-
Method Details
-
equals
-
getDepender
-
getDependsOn
-