public abstract class AvroReadContext
extends com.fasterxml.jackson.core.JsonStreamContext
Modifier and Type | Field and Description |
---|---|
protected AvroReadContext |
_parent |
Constructor and Description |
---|
AvroReadContext(AvroReadContext parent) |
Modifier and Type | Method and Description |
---|---|
protected void |
_reportError() |
protected abstract void |
appendDesc(StringBuilder sb) |
String |
getCurrentName() |
abstract com.fasterxml.jackson.core.JsonToken |
getCurrentToken() |
AvroReadContext |
getParent() |
abstract String |
nextFieldName() |
abstract com.fasterxml.jackson.core.JsonToken |
nextToken() |
String |
toString()
Overridden to provide developer writeable "JsonPath" representation
of the context.
|
protected final AvroReadContext _parent
public AvroReadContext(AvroReadContext parent)
public abstract com.fasterxml.jackson.core.JsonToken nextToken() throws IOException
IOException
public abstract String nextFieldName() throws IOException
IOException
public String getCurrentName()
getCurrentName
in class com.fasterxml.jackson.core.JsonStreamContext
public abstract com.fasterxml.jackson.core.JsonToken getCurrentToken()
public final AvroReadContext getParent()
getParent
in class com.fasterxml.jackson.core.JsonStreamContext
protected abstract void appendDesc(StringBuilder sb)
protected void _reportError()
Copyright © 2016 FasterXML. All rights reserved.