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