Uses of Class
com.fasterxml.jackson.module.jsonSchema.jakarta.types.IntegerSchema
-
-
Uses of IntegerSchema in com.fasterxml.jackson.module.jsonSchema.jakarta
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta 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.jakarta.factories
Fields in com.fasterxml.jackson.module.jsonSchema.jakarta.factories declared as IntegerSchema Modifier and Type Field Description protected IntegerSchema
IntegerVisitor. schema
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.factories that return IntegerSchema Modifier and Type Method Description IntegerSchema
IntegerVisitor. getSchema()
IntegerSchema
JsonSchemaFactory. integerSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.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.jakarta.factories with parameters of type IntegerSchema Constructor Description IntegerVisitor(IntegerSchema schema)
-
Uses of IntegerSchema in com.fasterxml.jackson.module.jsonSchema.jakarta.types
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types that return IntegerSchema Modifier and Type Method Description IntegerSchema
IntegerSchema. asIntegerSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types with parameters of type IntegerSchema Modifier and Type Method Description protected boolean
IntegerSchema. _equals(IntegerSchema that)
-