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 BooleanSchemaJsonSchema. 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 BooleanSchemaBooleanVisitor. schemaMethods in com.fasterxml.jackson.module.jsonSchema.factories that return BooleanSchema Modifier and Type Method Description BooleanSchemaJsonSchemaFactory. booleanSchema()BooleanSchemaBooleanVisitor. getSchema()Methods in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type BooleanSchema Modifier and Type Method Description com.fasterxml.jackson.databind.jsonFormatVisitors.JsonBooleanFormatVisitorFormatVisitorFactory. 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 BooleanSchemaBooleanSchema. asBooleanSchema()Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type BooleanSchema Modifier and Type Method Description protected booleanBooleanSchema. _equals(BooleanSchema that)
-