| Package | Description |
|---|---|
| com.fasterxml.jackson.module.jsonSchema | |
| com.fasterxml.jackson.module.jsonSchema.factories | |
| com.fasterxml.jackson.module.jsonSchema.types |
| Modifier and Type | Method and Description |
|---|---|
ArraySchema |
JsonSchema.asArraySchema()
Attempt to return this JsonSchema as an
ArraySchema |
| Modifier and Type | Field and Description |
|---|---|
protected ArraySchema |
ArrayVisitor.schema |
| Modifier and Type | Method and Description |
|---|---|
ArraySchema |
JsonSchemaFactory.arraySchema() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor |
FormatVisitorFactory.arrayFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider,
ArraySchema arraySchema) |
protected com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor |
FormatVisitorFactory.arrayFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider,
ArraySchema arraySchema,
VisitorContext rvc) |
| Constructor and Description |
|---|
ArrayVisitor(com.fasterxml.jackson.databind.SerializerProvider provider,
ArraySchema schema) |
ArrayVisitor(com.fasterxml.jackson.databind.SerializerProvider provider,
ArraySchema schema,
WrapperFactory wrapperFactory) |
| Modifier and Type | Method and Description |
|---|---|
ArraySchema |
ArraySchema.asArraySchema() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ArraySchema._equals(ArraySchema that) |
Copyright © 2024 FasterXML. All rights reserved.