| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.factories | |
| com.fasterxml.jackson.databind.jsonSchema.types |
| Modifier and Type | Field and Description |
|---|---|
protected IntegerSchema |
IntegerSchemaFactory.schema |
| Modifier and Type | Method and Description |
|---|---|
IntegerSchema |
IntegerSchemaFactory.getSchema() |
IntegerSchema |
SchemaFactoryWrapper.SchemaProvider.integerSchema() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.integerSchemaFactory(ValueTypeSchemaFactory parent,
IntegerSchema integerSchema) |
void |
IntegerSchemaFactory.setSchema(IntegerSchema integerSchema) |
| Constructor and Description |
|---|
IntegerSchemaFactory(ValueTypeSchemaFactory parent,
IntegerSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
IntegerSchema |
JsonSchema.asIntegerSchema()
Attempt to return this JsonSchema as an
IntegerSchema |
IntegerSchema |
IntegerSchema.asIntegerSchema() |
Copyright © 2012 fasterxml.com. All Rights Reserved.