Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
-
Packages that use NumberSchema Package Description com.fasterxml.jackson.module.jsonSchema com.fasterxml.jackson.module.jsonSchema.factories com.fasterxml.jackson.module.jsonSchema.types -
-
Uses of NumberSchema in com.fasterxml.jackson.module.jsonSchema
Methods in com.fasterxml.jackson.module.jsonSchema that return NumberSchema Modifier and Type Method Description NumberSchemaJsonSchema. asNumberSchema()Attempt to return this JsonSchema as aNumberSchema -
Uses of NumberSchema in com.fasterxml.jackson.module.jsonSchema.factories
Fields in com.fasterxml.jackson.module.jsonSchema.factories declared as NumberSchema Modifier and Type Field Description protected NumberSchemaNumberVisitor. schemaMethods in com.fasterxml.jackson.module.jsonSchema.factories that return NumberSchema Modifier and Type Method Description NumberSchemaNumberVisitor. getSchema()NumberSchemaJsonSchemaFactory. numberSchema()Methods in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type NumberSchema Modifier and Type Method Description com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitorFormatVisitorFactory. numberFormatVisitor(NumberSchema numberSchema)Constructors in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type NumberSchema Constructor Description NumberVisitor(NumberSchema schema) -
Uses of NumberSchema in com.fasterxml.jackson.module.jsonSchema.types
Subclasses of NumberSchema in com.fasterxml.jackson.module.jsonSchema.types Modifier and Type Class Description classIntegerSchemaThis class represents aJsonSchemaas an integer typeMethods in com.fasterxml.jackson.module.jsonSchema.types that return NumberSchema Modifier and Type Method Description NumberSchemaNumberSchema. asNumberSchema()Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type NumberSchema Modifier and Type Method Description protected booleanNumberSchema. _equals(NumberSchema that)
-