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 IntegerSchemaJsonSchema. 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 IntegerSchemaIntegerVisitor. schemaMethods in com.fasterxml.jackson.module.jsonSchema.jakarta.factories that return IntegerSchema Modifier and Type Method Description IntegerSchemaIntegerVisitor. getSchema()IntegerSchemaJsonSchemaFactory. 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.JsonIntegerFormatVisitorFormatVisitorFactory. 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 IntegerSchemaIntegerSchema. asIntegerSchema()Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types with parameters of type IntegerSchema Modifier and Type Method Description protected booleanIntegerSchema. _equals(IntegerSchema that)
-