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

public Class NopWriteContext

extends AvroWriteContext
Class Inheritance
Imports
com.fasterxml.jackson.databind.JsonMappingException, com.fasterxml.jackson.dataformat.avro.AvroGenerator

Bogus AvroWriteContext used when ignoring structured output.

Field Summary

Inherited from com.fasterxml.jackson.dataformat.avro.ser.AvroWriteContext:
_currentValue_generator_parent_schema

Constructor Summary

AccessConstructor and Description
public
NopWriteContext(int type, AvroWriteContext parent, AvroGenerator generator, Object currValue)

Method Summary

Modifier and TypeMethod and Description
public void
public final AvroWriteContext
public final 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

Constructor Detail

NopWriteContextback to summary
public NopWriteContext(int type, AvroWriteContext parent, AvroGenerator generator, 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 final 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()

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