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
public static class ObjectSchema.SimpleDependency extends ObjectSchema.Dependency
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.
-
-
Constructor Summary
Constructors Constructor Description SimpleDependency(java.lang.String depender, java.lang.String dependsOn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getDepender()
java.lang.String
getDependsOn()
-
Methods inherited from class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.Dependency
jsonCreator
-
-