Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.BooleanSchema
-
Packages that use BooleanSchema Package Description com.fasterxml.jackson.module.jsonSchema com.fasterxml.jackson.module.jsonSchema.factories com.fasterxml.jackson.module.jsonSchema.types -
-
Uses of BooleanSchema in com.fasterxml.jackson.module.jsonSchema
Methods in com.fasterxml.jackson.module.jsonSchema that return BooleanSchema Modifier and Type Method Description BooleanSchema
JsonSchema. asBooleanSchema()
Attempt to return this JsonSchema as aBooleanSchema
-
Uses of BooleanSchema in com.fasterxml.jackson.module.jsonSchema.factories
Fields in com.fasterxml.jackson.module.jsonSchema.factories declared as BooleanSchema Modifier and Type Field Description protected BooleanSchema
BooleanVisitor. schema
Methods in com.fasterxml.jackson.module.jsonSchema.factories that return BooleanSchema Modifier and Type Method Description BooleanSchema
JsonSchemaFactory. booleanSchema()
BooleanSchema
BooleanVisitor. getSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type BooleanSchema Modifier and Type Method Description com.fasterxml.jackson.databind.jsonFormatVisitors.JsonBooleanFormatVisitor
FormatVisitorFactory. booleanFormatVisitor(BooleanSchema booleanSchema)
Constructors in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type BooleanSchema Constructor Description BooleanVisitor(BooleanSchema schema)
-
Uses of BooleanSchema in com.fasterxml.jackson.module.jsonSchema.types
Methods in com.fasterxml.jackson.module.jsonSchema.types that return BooleanSchema Modifier and Type Method Description BooleanSchema
BooleanSchema. asBooleanSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type BooleanSchema Modifier and Type Method Description protected boolean
BooleanSchema. _equals(BooleanSchema that)
-