public class JsonSkemaArraySerializer
extends com.fasterxml.jackson.databind.ser.std.StdSerializer<T>
| Modifier and Type | Field and Description |
|---|---|
static JsonSkemaArraySerializer |
instance |
| Constructor and Description |
|---|
JsonSkemaArraySerializer() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getSchema(com.fasterxml.jackson.databind.SerializerProvider provider,
Type typeHint) |
boolean |
isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider,
com.github.erosb.jsonsKema.JsonArray value) |
void |
serialize(com.github.erosb.jsonsKema.JsonArray value,
com.fasterxml.jackson.core.JsonGenerator g,
com.fasterxml.jackson.databind.SerializerProvider provider) |
protected void |
serializeContents(com.github.erosb.jsonsKema.JsonArray value,
com.fasterxml.jackson.core.JsonGenerator g,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
serializeWithType(com.github.erosb.jsonsKema.JsonArray value,
com.fasterxml.jackson.core.JsonGenerator g,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowpublic static final JsonSkemaArraySerializer instance
public boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider,
com.github.erosb.jsonsKema.JsonArray value)
isEmpty in class com.fasterxml.jackson.databind.JsonSerializer<com.github.erosb.jsonsKema.JsonArray>public void serialize(com.github.erosb.jsonsKema.JsonArray value,
com.fasterxml.jackson.core.JsonGenerator g,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException
serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<com.github.erosb.jsonsKema.JsonArray>IOExceptionpublic void serializeWithType(com.github.erosb.jsonsKema.JsonArray value,
com.fasterxml.jackson.core.JsonGenerator g,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
throws IOException
serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<com.github.erosb.jsonsKema.JsonArray>IOExceptionpublic com.fasterxml.jackson.databind.JsonNode getSchema(com.fasterxml.jackson.databind.SerializerProvider provider,
Type typeHint)
throws com.fasterxml.jackson.databind.JsonMappingException
getSchema in interface com.fasterxml.jackson.databind.jsonschema.SchemaAwaregetSchema in class com.fasterxml.jackson.databind.ser.std.StdSerializer<com.github.erosb.jsonsKema.JsonArray>com.fasterxml.jackson.databind.JsonMappingExceptionprotected void serializeContents(com.github.erosb.jsonsKema.JsonArray value,
com.fasterxml.jackson.core.JsonGenerator g,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException
IOExceptionCopyright © 2026 Confluent, Inc.. All rights reserved.