Top Fields Constructors Methods
com.fasterxml.jackson.dataformat.avro.ser

public Class ArrayWriteContext

extends AvroWriteContext
Class Inheritance
Imports
org.apache.avro.generic.GenericArray, com.fasterxml.jackson.databind.JsonMappingException, com.fasterxml.jackson.dataformat.avro.AvroGenerator

Field Summary

Modifier and TypeField and Description
protected final GenericArray<Object>
Inherited from com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext:
_currentValue_generator_parent_schema

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public void
public final AvroWriteContext
public AvroWriteContext
public Object
rawValue()

Implements abstract com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext.rawValue.

Accessor called to link data being built with resulting object.

public void
public void
public void
Inherited from com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext:
_createArray_createObjectContext_createRecord_createRecord_recordOrMapFromUnioncanClosecompletecreateRootContextgetCurrentNamegetCurrentValuegetParentnullContextresolveUnionIndexresolveUnionSchemaresolveUnionTypesetCurrentValuetoStringwriteBinarywriteFieldName

Field Detail

_arrayback to summary
protected final GenericArray<Object> _array

Constructor Detail

ArrayWriteContextback to summary
public ArrayWriteContext(AvroWriteContext parent, AvroGenerator generator, GenericArray<Object> array, Object currValue)

Method Detail

appendDescback to summary
public void appendDesc(StringBuilder sb)

Implements abstract com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext.appendDesc.

Annotations
@Override
createChildArrayContextback to summary
public final AvroWriteContext createChildArrayContext(Object currValue) throws JsonMappingException

Implements abstract com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext.createChildArrayContext.

Annotations
@Override
createChildObjectContextback to summary
public AvroWriteContext createChildObjectContext(Object currValue) throws JsonMappingException

Implements abstract com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext.createChildObjectContext.

Annotations
@Override
rawValueback to summary
public Object rawValue()

Implements abstract com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext.rawValue.

Doc from com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext.rawValue.

Accessor called to link data being built with resulting object.

Annotations
@Override
writeNullback to summary
public void writeNull() throws JsonMappingException

Implements abstract com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext.writeNull.

Annotations
@Override
writeStringback to summary
public void writeString(String value)

Implements abstract com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext.writeString.

Annotations
@Override
writeValueback to summary
public void writeValue(Object value)

Implements abstract com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext.writeValue.

Annotations
@Override