| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.factories | |
| com.fasterxml.jackson.databind.jsonSchema.types |
| Modifier and Type | Field and Description |
|---|---|
protected StringSchema |
StringSchemaFactory.schema |
| Modifier and Type | Method and Description |
|---|---|
StringSchema |
StringSchemaFactory.getSchema() |
StringSchema |
SchemaFactoryWrapper.SchemaProvider.StringSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
StringSchemaFactory.setSchema(StringSchema schema) |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonStringFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.stringSchemaFactory(ValueTypeSchemaFactory parent,
StringSchema stringSchema) |
| Constructor and Description |
|---|
StringSchemaFactory(ValueTypeSchemaFactory parent,
StringSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
StringSchema |
StringSchema.asStringSchema() |
StringSchema |
JsonSchema.asStringSchema()
Attempt to return this JsonSchema as a
StringSchema |
Copyright © 2012 fasterxml.com. All Rights Reserved.