| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.factories | |
| com.fasterxml.jackson.databind.jsonSchema.types |
| Modifier and Type | Field and Description |
|---|---|
protected NumberSchema |
NumberSchemaFactory.schema |
| Modifier and Type | Method and Description |
|---|---|
NumberSchema |
NumberSchemaFactory.getSchema() |
NumberSchema |
SchemaFactoryWrapper.SchemaProvider.numberSchema() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.numberSchemaFactory(ValueTypeSchemaFactory parent,
NumberSchema numberSchema) |
void |
NumberSchemaFactory.setSchema(NumberSchema schema) |
| Constructor and Description |
|---|
NumberSchemaFactory(ValueTypeSchemaFactory parent,
NumberSchema schema) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerSchema
This class represents a
JsonSchema as an integer type |
| Modifier and Type | Method and Description |
|---|---|
NumberSchema |
NumberSchema.asNumberSchema() |
NumberSchema |
JsonSchema.asNumberSchema()
Attempt to return this JsonSchema as a
NumberSchema |
Copyright © 2012 fasterxml.com. All Rights Reserved.