Package | Description |
---|---|
com.fasterxml.jackson.dataformat.protobuf |
Modifier and Type | Field and Description |
---|---|
protected ProtobufReadContext |
ProtobufReadContext._child |
protected ProtobufReadContext |
ProtobufReadContext._parent
Parent context for this context; null for root context.
|
protected ProtobufReadContext |
ProtobufParser._parsingContext
Information about parser context, context in which
the next token is to be parsed (root, array, object).
|
Modifier and Type | Method and Description |
---|---|
ProtobufReadContext |
ProtobufReadContext.createChildArrayContext(ProtobufField f) |
ProtobufReadContext |
ProtobufReadContext.createChildArrayContext(ProtobufField f,
int endOffset) |
ProtobufReadContext |
ProtobufReadContext.createChildObjectContext(ProtobufMessage messageType,
ProtobufField f,
int endOffset) |
static ProtobufReadContext |
ProtobufReadContext.createRootContext() |
ProtobufReadContext |
ProtobufReadContext.getParent() |
ProtobufReadContext |
ProtobufParser.getParsingContext() |
Constructor and Description |
---|
ProtobufReadContext(ProtobufReadContext parent,
ProtobufMessage messageType,
int type,
int endOffset) |
Copyright © 2019 FasterXML. All rights reserved.