- _binaryValue - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
- _buffered - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
- 
Object used in cases where we need to buffer content to calculate length-prefix. 
- _bufferRecyclable - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Flag that indicates whether the input buffer is recycable (and
 needs to be returned to recycler once we are done) or not. 
- _builder - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.MessageElementVisitor
-  
- _builder - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.ProtoBufSchemaVisitor
- 
When visiting Object (Record) types, Enums, Arrays, we get
 this type builder. 
- _byteArrayBuilder - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
ByteArrayBuilder is needed if 'getBinaryValue' is called. 
- _checkNumericValue(int) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _child - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufReadContext
-  
- _child - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufWriteContext
-  
- _closed - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Flag that indicates whether parser is closed or not. 
- _closeInput() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _complete - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
- 
Flag that is set when the whole content is complete, can
 be output. 
- _complete() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _createContext(Object, boolean) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufFactory
-  
- _createGenerator(Writer, IOContext) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufFactory
-  
- _createParser(InputStream, IOContext) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufFactory
-  
- _createParser(Reader, IOContext) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufFactory
-  
- _createParser(char[], int, int, IOContext, boolean) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufFactory
-  
- _createParser(byte[], int, int, IOContext) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufFactory
-  
- _createUTF8Generator(OutputStream, IOContext) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufFactory
-  
- _createWriter(OutputStream, JsonEncoding, IOContext) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufFactory
-  
- _currBuffer - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
- 
Currently active output buffer, place where appends occur. 
- _currentEndOffset - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _currentField - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _currentMessage - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
The innermost Object type ("message" in proto lingo) we are handling. 
- _currentName - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufReadContext
-  
- _currentValue - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufReadContext
-  
- _currentValue - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufWriteContext
-  
- _currField - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
- 
Field to be output next; set when JsonToken.FIELD_NAMEis written,
 cleared once value has been written
 
- _currInputProcessed - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Number of characters/bytes that were contained in previous blocks
 (blocks that were already processed prior to the current buffer). 
- _currMessage - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
- 
Type of protobuf message that is currently being output: usually
 matches write context, but for arrays may indicate "parent" of array. 
- _currPtr - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _currStart - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _decode32Bits() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _decode64Bits() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _decodedLength - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Length of the value that parser points to, for scalar values that use length
 prefixes (Strings, binary data). 
- _decodeVIntSlow() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _decodeVLongSlow() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _definedTypeElementBuilders - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.DefinedTypeElementBuilders
-  
- _definedTypeElementBuilders - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.MessageElementVisitor
-  
- _definedTypeElementBuilders - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.ProtoBufSchemaVisitor
-  
- _descriptorLoader - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufMapper
- 
Lazily constructed instance of  DescriptorLoader, used for loading
 structured protoc definitions from multiple files. 
- _encodeLongerString(char[], int, int) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _encodeLongerString(String) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _endOffset - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufReadContext
- 
Offset within input buffer where the message represented
 by this context (if message context) ends. 
- _ensureMore() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _ensureRoom(int) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _field - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufReadContext
- 
For array contexts: field that defines type of array values. 
- _field - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufWriteContext
- 
Field within either current object (for Object context); or, parent
 field (for Array) 
- _fields - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufMessage
- 
Array that contains actual fields, in declaration order. 
- _fieldsById - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufMessage
- 
Arrays of fields indexed by id (offset by _idOffset), if
 fields ids are in contiguous (enough) range.
 
- _fieldsByName - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufMessage
-  
- _finishBytes(int) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _finishToken() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Method called to finish parsing of a token so that token contents
 are retriable 
- _firstField - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufMessage
-  
- _firstMessageType() - Method in class com.fasterxml.jackson.dataformat.protobuf.schema.NativeProtobufSchema
-  
- _firstSegment - Variable in class com.fasterxml.jackson.dataformat.protobuf.ByteAccumulator
-  
- _generated - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.ProtobufSchemaGenerator
-  
- _getByteArrayBuilder() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _handleEOF() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _idOffset - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufMessage
-  
- _inObject - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _inputBuffer - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Current buffer from which data is read; generally data is read into
 buffer from input source, but in some cases pre-loaded buffer
 is handed to the parser. 
- _inputEnd - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Index of character after last available one in the buffer. 
- _inputPtr - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Pointer to next available character in buffer 
- _inputStream - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Input stream that can be used for reading more content, if one
 in use. 
- _ioContext - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _ioContext - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
I/O context for this reader. 
- _isNested - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.ProtoBufSchemaVisitor
-  
- _isNestedType - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.DefinedTypeElementBuilders
-  
- _lastSegment - Variable in class com.fasterxml.jackson.dataformat.protobuf.ByteAccumulator
-  
- _loadNative(File) - Method in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufSchemaLoader
-  
- _loadNative(URL) - Method in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufSchemaLoader
-  
- _loadNative(String) - Method in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufSchemaLoader
-  
- _loadNative(InputStream, boolean) - Method in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufSchemaLoader
-  
- _loadNative(Reader, boolean) - Method in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufSchemaLoader
-  
- _loadToHaveAtLeast(int) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Helper method that will try to load at least specified number bytes in
 input buffer, possible moving existing data around if necessary 
- _long(int, int) - Static method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _message - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufWriteContext
- 
Definition of the closest Object that this context relates to;
 either object for the field (for Message/Object types), or its
 parent (for Array types) 
- _messageNames - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.NativeProtobufSchema
-  
- _messageType - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufReadContext
- 
Type of current context. 
- _messageType(String) - Method in class com.fasterxml.jackson.dataformat.protobuf.schema.NativeProtobufSchema
-  
- _name - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.NativeProtobufSchema
-  
- _name - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufEnum
-  
- _name - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufMessage
-  
- _nameCopied - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Flag set to indicate whether the field name is available
 from the name copy buffer or not (in addition to its String
 representation  being available via read context) 
- _nameCopyBuffer - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
- _nativeTypes - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.NativeProtobufSchema
-  
- _nestedTypes - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.MessageElementVisitor
-  
- _nextTag - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _nonByteSource() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufFactory
-  
- _nonByteTarget() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufFactory
-  
- _numberBigDecimal - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _numberBigInt - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _numberDouble - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _numberFloat - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _numberInt - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _numberLong - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _numTypesValid - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Bitfield that indicates which numeric representations
 have been calculated for the current type 
- _objectCodec - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Codec used for data binding when (if) requested. 
- _origCurrBuffer - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
- 
The first allocated (or recycled) buffer instance; needed to avoid
 issue [dataformat-protobuf#14]. 
- _output - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
- 
Ultimate destination 
- _package - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.FileDescriptorSet.FileDescriptorProto
-  
- _parent - Variable in class com.fasterxml.jackson.dataformat.protobuf.ByteAccumulator
-  
- _parent - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufReadContext
- 
Parent context for this context; null for root context. 
- _parent - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufWriteContext
-  
- _parentStart - Variable in class com.fasterxml.jackson.dataformat.protobuf.ByteAccumulator
- 
Pointer to start of contents provided by parent, preceding room
 for prefix (that is, same as or less than `_prefixOffset`) 
- _parsingContext - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Information about parser context, context in which
 the next token is to be parsed (root, array, object). 
- _pbContext - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
- 
Current context, in form we can use it. 
- _prefixBuffer - Variable in class com.fasterxml.jackson.dataformat.protobuf.ByteAccumulator
- 
Caller-provided buffer in which optional type prefix,
 and mandatory length indicator may be added. 
- _prefixOffset - Variable in class com.fasterxml.jackson.dataformat.protobuf.ByteAccumulator
- 
- _readAll(Reader) - Method in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufSchemaLoader
-  
- _reader - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.DescriptorLoader
- 
- _releaseBuffers() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _releaseBuffers() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _reportEnumError(Object) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _reportWrongWireType(String) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _resolve(MessageElement) - Method in class com.fasterxml.jackson.dataformat.protobuf.schema.TypeResolver
-  
- _rootContext - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
- 
Reference to the root context since that is needed for serialization 
- _rootType - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufSchema
-  
- _rootType - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.ProtobufSchemaGenerator
-  
- _schema - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _schema - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _schemaLoader - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufMapper
-  
- _segmentBytes - Variable in class com.fasterxml.jackson.dataformat.protobuf.ByteAccumulator
- 
Total number of bytes contained within buffers, to be used for length prefix. 
- _simpleType - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.ProtoBufSchemaVisitor
- 
When visiting simple scalar types, we'll get this assigned 
- _skipBytes(int) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _skipVInt() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _skipVIntSlow() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _slow32() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _slow64() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
-  
- _source - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufSchema
- 
In case we want to use a different root type, we'll also hold
 a reference to the native definition, if one is available. 
- _standardIndexing - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufEnum
- 
Flag that indicates whether mapping from enum value and id is standard or not;
 standard means that first enum has value 0, and all following enums have value
 one bigger than preceding one. 
- _state - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Current state of the parser. 
- _tagCounter - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.DefaultTagGenerator
-  
- _tagGenerator - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.MessageElementVisitor
-  
- _textBuffer - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Buffer that contains contents of String values, including
 field names if necessary (name split across boundary,
 contains escape sequence, or access needed to char array) 
- _throw(Exception) - Method in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufSchemaLoader
-  
- _throwUnsupported() - Method in class com.fasterxml.jackson.dataformat.protobuf.schemagen.ProtoBufSchemaVisitor
-  
- _throwUnsupported(String) - Method in class com.fasterxml.jackson.dataformat.protobuf.schemagen.ProtoBufSchemaVisitor
-  
- _tokenIncomplete - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Flag that indicates that the current token has not yet
 been fully processed, and needs to be finished for
 some access (or skipped to obtain the next token) 
- _tokenInputCol - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Column on input row that current token starts; 0-based (although
 in the end it'll be converted to 1-based) 
- _tokenInputRow - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Input row on which current token starts, 1-based 
- _tokenInputTotal - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufParser
- 
Total number of bytes/characters read before start of current token. 
- _type - Variable in class com.fasterxml.jackson.dataformat.protobuf.schemagen.MessageElementVisitor
-  
- _typedTag - Variable in class com.fasterxml.jackson.dataformat.protobuf.ByteAccumulator
-  
- _valuesByName - Variable in class com.fasterxml.jackson.dataformat.protobuf.schema.ProtobufEnum
-  
- _verifyValueWrite() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _verifyValueWrite(String) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _writeEmptyString() - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _writeEnum(String) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _writeEnum(int) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _writeLengthPrefixed(byte[], int, int) - Method in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
-  
- _writeTag - Variable in class com.fasterxml.jackson.dataformat.protobuf.ProtobufGenerator
- 
Flag that indicates whether values should be written with tag or not;
 false for packed arrays, true for others.