Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
-
Packages that use IntegerSchema Package Description com.fasterxml.jackson.module.jsonSchema com.fasterxml.jackson.module.jsonSchema.factories com.fasterxml.jackson.module.jsonSchema.types -
-
Uses of IntegerSchema in com.fasterxml.jackson.module.jsonSchema
Methods in com.fasterxml.jackson.module.jsonSchema that return IntegerSchema Modifier and Type Method Description IntegerSchema
JsonSchema. asIntegerSchema()
Attempt to return this JsonSchema as anIntegerSchema
-
Uses of IntegerSchema in com.fasterxml.jackson.module.jsonSchema.factories
Fields in com.fasterxml.jackson.module.jsonSchema.factories declared as IntegerSchema Modifier and Type Field Description protected IntegerSchema
IntegerVisitor. schema
Methods in com.fasterxml.jackson.module.jsonSchema.factories that return IntegerSchema Modifier and Type Method Description IntegerSchema
IntegerVisitor. getSchema()
IntegerSchema
JsonSchemaFactory. integerSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type IntegerSchema Modifier and Type Method Description com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor
FormatVisitorFactory. integerFormatVisitor(IntegerSchema integerSchema)
Constructors in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type IntegerSchema Constructor Description IntegerVisitor(IntegerSchema schema)
-
Uses of IntegerSchema in com.fasterxml.jackson.module.jsonSchema.types
Methods in com.fasterxml.jackson.module.jsonSchema.types that return IntegerSchema Modifier and Type Method Description IntegerSchema
IntegerSchema. asIntegerSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type IntegerSchema Modifier and Type Method Description protected boolean
IntegerSchema. _equals(IntegerSchema that)
-