Uses of Class
tools.jackson.dataformat.protobuf.ProtobufReadContext
Packages that use ProtobufReadContext
-
Uses of ProtobufReadContext in tools.jackson.dataformat.protobuf
Fields in tools.jackson.dataformat.protobuf declared as ProtobufReadContextModifier and TypeFieldDescriptionprotected ProtobufReadContextProtobufReadContext._childprotected final ProtobufReadContextProtobufReadContext._parentParent context for this context; null for root context.protected ProtobufReadContextProtobufParser._streamReadContextInformation about parser context, context in which the next token is to be parsed (root, array, object).Methods in tools.jackson.dataformat.protobuf that return ProtobufReadContextModifier and TypeMethodDescriptionProtobufReadContext.createChildArrayContext(ProtobufField f) ProtobufReadContext.createChildArrayContext(ProtobufField f, int endOffset) ProtobufReadContext.createChildObjectContext(ProtobufMessage messageType, ProtobufField f, int endOffset) static ProtobufReadContextProtobufReadContext.createRootContext()ProtobufReadContext.getParent()ProtobufParser.streamReadContext()Constructors in tools.jackson.dataformat.protobuf with parameters of type ProtobufReadContextModifierConstructorDescriptionProtobufReadContext(ProtobufReadContext parent, ProtobufMessage messageType, int type, int endOffset)