| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.factories | |
| com.fasterxml.jackson.databind.jsonSchema.types |
| Modifier and Type | Field and Description |
|---|---|
protected ArraySchema |
ArraySchemaFactory.schema |
| Modifier and Type | Method and Description |
|---|---|
ArraySchema |
SchemaFactoryWrapper.SchemaProvider.arraySchema() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.arraySchemaFactory(SchemaFactory parent,
ArraySchema arraySchema) |
void |
ArraySchemaFactory.setSchema(ArraySchema schema) |
| Constructor and Description |
|---|
ArraySchemaFactory(SchemaFactory schemaFactory,
ArraySchema schema) |
ArraySchemaFactory(SchemaFactory parent,
com.fasterxml.jackson.databind.BeanProperty property,
ArraySchema schema) |
| Modifier and Type | Method and Description |
|---|---|
ArraySchema |
JsonSchema.asArraySchema()
Attempt to return this JsonSchema as an
ArraySchema |
ArraySchema |
ArraySchema.asArraySchema() |
Copyright © 2012 fasterxml.com. All Rights Reserved.