|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NumberSchema | |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.factories | |
| com.fasterxml.jackson.databind.jsonSchema.types | |
| Uses of NumberSchema in com.fasterxml.jackson.databind.jsonSchema.factories |
|---|
| Fields in com.fasterxml.jackson.databind.jsonSchema.factories declared as NumberSchema | |
|---|---|
protected NumberSchema |
NumberSchemaFactory.schema
|
| Methods in com.fasterxml.jackson.databind.jsonSchema.factories that return NumberSchema | |
|---|---|
NumberSchema |
NumberSchemaFactory.getSchema()
|
NumberSchema |
SchemaFactoryWrapper.SchemaProvider.NumberSchema()
|
| Methods in com.fasterxml.jackson.databind.jsonSchema.factories with parameters of type NumberSchema | |
|---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.NumberSchemaFactory(ValueTypeSchemaFactory parent,
NumberSchema numberSchema)
|
void |
NumberSchemaFactory.setSchema(NumberSchema schema)
|
| Constructors in com.fasterxml.jackson.databind.jsonSchema.factories with parameters of type NumberSchema | |
|---|---|
NumberSchemaFactory(ValueTypeSchemaFactory parent,
NumberSchema schema)
|
|
| Uses of NumberSchema in com.fasterxml.jackson.databind.jsonSchema.types |
|---|
| Subclasses of NumberSchema in com.fasterxml.jackson.databind.jsonSchema.types | |
|---|---|
class |
IntegerSchema
This class represents a JsonSchema as an integer type |
| Methods in com.fasterxml.jackson.databind.jsonSchema.types that return NumberSchema | |
|---|---|
NumberSchema |
NumberSchema.asNumberSchema()
|
NumberSchema |
JsonSchema.asNumberSchema()
Attempt to return this JsonSchema as a NumberSchema |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||