public class NopWriteContext extends AvroWriteContext
AvroWriteContext used when ignoring structured output._generator, _parent, _schema| Constructor and Description | 
|---|
| NopWriteContext(int type,
               AvroWriteContext parent,
               AvroGenerator generator) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | appendDesc(StringBuilder sb) | 
| AvroWriteContext | createChildArrayContext() | 
| AvroWriteContext | createChildObjectContext() | 
| Object | rawValue()Accessor called to link data being built with resulting object. | 
| void | writeString(String value) | 
| void | writeValue(Object value) | 
_createArray, _createObjectContext, _createRecord, _recordOrMapFromUnion, canClose, complete, createNullContext, createRootContext, getCurrentName, getParent, toString, writeFieldNamepublic NopWriteContext(int type,
               AvroWriteContext parent,
               AvroGenerator generator)
public Object rawValue()
AvroWriteContextrawValue in class AvroWriteContextpublic final AvroWriteContext createChildArrayContext() throws com.fasterxml.jackson.databind.JsonMappingException
createChildArrayContext in class AvroWriteContextcom.fasterxml.jackson.databind.JsonMappingExceptionpublic final AvroWriteContext createChildObjectContext() throws com.fasterxml.jackson.databind.JsonMappingException
createChildObjectContext in class AvroWriteContextcom.fasterxml.jackson.databind.JsonMappingExceptionpublic void writeValue(Object value)
writeValue in class AvroWriteContextpublic void writeString(String value)
writeString in class AvroWriteContextpublic void appendDesc(StringBuilder sb)
appendDesc in class AvroWriteContextCopyright © 2016 FasterXML. All rights reserved.