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 NumberSchema
JsonSchema. 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 NumberSchema
NumberVisitor. schema
Methods in com.fasterxml.jackson.module.jsonSchema.factories that return NumberSchema Modifier and Type Method Description NumberSchema
NumberVisitor. getSchema()
NumberSchema
JsonSchemaFactory. numberSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type NumberSchema Modifier and Type Method Description com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitor
FormatVisitorFactory. 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 class
IntegerSchema
This class represents aJsonSchema
as an integer typeMethods in com.fasterxml.jackson.module.jsonSchema.types that return NumberSchema Modifier and Type Method Description NumberSchema
NumberSchema. asNumberSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type NumberSchema Modifier and Type Method Description protected boolean
NumberSchema. _equals(NumberSchema that)
-