A B C D E F G H I J L M N O P S T U V W _

A

appendDesc(StringBuilder) - Method in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
appendQuoted(StringBuilder, String) - Static method in class org.gridkit.jvmtool.jackson.CharTypes
 

B

beforeArrayValues(JsonGenerator) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
 
beforeArrayValues(JsonGenerator) - Method in interface org.gridkit.jvmtool.jackson.PrettyPrinter
Method called after array start marker has been output, and right before the first value is to be output.
beforeObjectEntries(JsonGenerator) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
 
beforeObjectEntries(JsonGenerator) - Method in interface org.gridkit.jvmtool.jackson.PrettyPrinter
Method called after object start marker has been output, and right before the field name of the first entry is to be output.

C

CharacterEscapes - Class in org.gridkit.jvmtool.jackson
Abstract base class that defines interface for customizing character escaping aspects for String values, for formats that use escaping.
CharacterEscapes() - Constructor for class org.gridkit.jvmtool.jackson.CharacterEscapes
 
charToHex(int) - Static method in class org.gridkit.jvmtool.jackson.CharTypes
 
CharTypes - Class in org.gridkit.jvmtool.jackson
 
CharTypes() - Constructor for class org.gridkit.jvmtool.jackson.CharTypes
 
checkFieldWritable(String) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
close() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method called to close this generator, so that no more content can be written.
close() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
collectDefaults() - Static method in enum org.gridkit.jvmtool.jackson.JsonGenerator.Feature
Method that calculates bit set (flags) of all features that are enabled by default.
configure(JsonGenerator.Feature, boolean) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for enabling or disabling specified feature: check JsonGenerator.Feature for list of available features.
copyHexBytes() - Static method in class org.gridkit.jvmtool.jackson.CharTypes
 
copyHexChars() - Static method in class org.gridkit.jvmtool.jackson.CharTypes
 
createChildArrayContext() - Method in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
createChildObjectContext() - Method in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
createJsonGenerator(Writer) - Static method in class org.gridkit.jvmtool.jackson.JsonMiniFactory
 
createRootContext() - Static method in class org.gridkit.jvmtool.jackson.JsonWriteContext
 

D

DefaultPrettyPrinter - Class in org.gridkit.jvmtool.jackson
Default PrettyPrinter implementation that uses 2-space indentation with platform-default linefeeds.
DefaultPrettyPrinter() - Constructor for class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
 
DefaultPrettyPrinter.FixedSpaceIndenter - Class in org.gridkit.jvmtool.jackson
This is a very simple indenter that only every adds a single space for indentation.
DefaultPrettyPrinter.FixedSpaceIndenter() - Constructor for class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter.FixedSpaceIndenter
 
DefaultPrettyPrinter.Lf2SpacesIndenter - Class in org.gridkit.jvmtool.jackson
Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.
DefaultPrettyPrinter.Lf2SpacesIndenter() - Constructor for class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter.Lf2SpacesIndenter
 
DefaultPrettyPrinter.NopIndenter - Class in org.gridkit.jvmtool.jackson
Dummy implementation that adds no indentation whatsoever
DefaultPrettyPrinter.NopIndenter() - Constructor for class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter.NopIndenter
 
disable(JsonGenerator.Feature) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for disabling specified features (check JsonGenerator.Feature for list of features)
disable(JsonGenerator.Feature) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 

E

enable(JsonGenerator.Feature) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for enabling specified parser features: check JsonGenerator.Feature for list of available features.
enable(JsonGenerator.Feature) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
enabledByDefault() - Method in enum org.gridkit.jvmtool.jackson.JsonGenerator.Feature
 
equals(Object) - Method in class org.gridkit.jvmtool.jackson.JsonLocation
 
ESCAPE_CUSTOM - Static variable in class org.gridkit.jvmtool.jackson.CharacterEscapes
Value used for lookup tables to indicate that matching characters will need custom escapes; and that another call to #getEscapeSequence is needed to figure out exact escape sequence to output.
ESCAPE_NONE - Static variable in class org.gridkit.jvmtool.jackson.CharacterEscapes
Value used for lookup tables to indicate that matching characters do not need to be escaped.
ESCAPE_STANDARD - Static variable in class org.gridkit.jvmtool.jackson.CharacterEscapes
Value used for lookup tables to indicate that matching characters are to be escaped using standard escaping; for JSON this means (for example) using "backslash - u" escape method.

F

flush() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method called to flush any buffered content to the underlying target (output stream, writer), and to flush the target itself as well.
flush() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
flush() - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
flush() - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 

G

get7BitOutputEscapes() - Static method in class org.gridkit.jvmtool.jackson.CharTypes
Accessor for getting a read-only encoding table for first 128 Unicode code points (single-byte UTF-8 characters).
getByteOffset() - Method in class org.gridkit.jvmtool.jackson.JsonLocation
 
getCharacterEscapes() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for accessing custom escapes factory uses for JsonGenerators it creates.
getCharOffset() - Method in class org.gridkit.jvmtool.jackson.JsonLocation
 
getColumnNr() - Method in class org.gridkit.jvmtool.jackson.JsonLocation
 
getCurrentIndex() - Method in class org.gridkit.jvmtool.jackson.JsonStreamContext
 
getCurrentName() - Method in class org.gridkit.jvmtool.jackson.JsonStreamContext
Method for accessing name associated with the current location.
getCurrentName() - Method in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
getEntryCount() - Method in class org.gridkit.jvmtool.jackson.JsonStreamContext
 
getHighestEscapedChar() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Accessor method for testing what is the highest unescaped character configured for this generator.
getHighestEscapedChar() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
getInputCodeComment() - Static method in class org.gridkit.jvmtool.jackson.CharTypes
 
getInputCodeLatin1() - Static method in class org.gridkit.jvmtool.jackson.CharTypes
 
getInputCodeLatin1JsNames() - Static method in class org.gridkit.jvmtool.jackson.CharTypes
 
getInputCodeUtf8() - Static method in class org.gridkit.jvmtool.jackson.CharTypes
 
getInputCodeUtf8JsNames() - Static method in class org.gridkit.jvmtool.jackson.CharTypes
 
getLineNr() - Method in class org.gridkit.jvmtool.jackson.JsonLocation
 
getLocation() - Method in exception org.gridkit.jvmtool.jackson.JsonProcessingException
 
getMask() - Method in enum org.gridkit.jvmtool.jackson.JsonGenerator.Feature
 
getMessage() - Method in exception org.gridkit.jvmtool.jackson.JsonProcessingException
Default method overridden so that we can add location information
getOutputContext() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
 
getOutputContext() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Note: co-variant return type.
getOutputTarget() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method that can be used to get access to object that is used as target for generated output; this is usually either OutputStream or Writer, depending on what generator was constructed with.
getOutputTarget() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
getParent() - Method in class org.gridkit.jvmtool.jackson.JsonStreamContext
Accessor for finding parent context of this context; will return null for root context.
getParent() - Method in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
getSourceRef() - Method in class org.gridkit.jvmtool.jackson.JsonLocation
Reference to the original resource being read, if one available.
getStackDepth() - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
getTypeDesc() - Method in class org.gridkit.jvmtool.jackson.JsonStreamContext
Method for accessing simple type description of current context; either ROOT (for root-level values), OBJECT (for field names and values of JSON Objects) or ARRAY (for values of JSON Arrays)

H

hashCode() - Method in class org.gridkit.jvmtool.jackson.JsonLocation
 
HEX_CHARS - Static variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 

I

inArray() - Method in class org.gridkit.jvmtool.jackson.JsonStreamContext
Method that returns true if this context is an Array context; that is, content is being read from or written to a Json Array.
indentArraysWith(Indenter) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
 
Indenter - Interface in org.gridkit.jvmtool.jackson
Interface that defines objects that can produce indentation used to separate object entries and array values.
indentObjectsWith(Indenter) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
 
inObject() - Method in class org.gridkit.jvmtool.jackson.JsonStreamContext
Method that returns true if this context is an Object context; that is, content is being read from or written to a Json Object.
inRoot() - Method in class org.gridkit.jvmtool.jackson.JsonStreamContext
Method that returns true if this context is a Root context; that is, content is being read from or written to without enclosing array or object structure.
isClosed() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method that can be called to determine whether this generator is closed or not.
isClosed() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
isEnabled(JsonGenerator.Feature) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for checking whether given feature is enabled.
isEnabled(JsonGenerator.Feature) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
isInline() - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter.FixedSpaceIndenter
 
isInline() - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter.Lf2SpacesIndenter
 
isInline() - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter.NopIndenter
 
isInline() - Method in interface org.gridkit.jvmtool.jackson.Indenter
 

J

JsonGenerationException - Exception in org.gridkit.jvmtool.jackson
Exception type for exceptions during JSON writing, such as trying to output content in wrong context (non-matching end-array or end-object, for example).
JsonGenerationException(Throwable) - Constructor for exception org.gridkit.jvmtool.jackson.JsonGenerationException
 
JsonGenerationException(String) - Constructor for exception org.gridkit.jvmtool.jackson.JsonGenerationException
 
JsonGenerationException(String, Throwable) - Constructor for exception org.gridkit.jvmtool.jackson.JsonGenerationException
 
JsonGenerator - Class in org.gridkit.jvmtool.jackson
Base class that defines public API for writing JSON content.
JsonGenerator() - Constructor for class org.gridkit.jvmtool.jackson.JsonGenerator
 
JsonGenerator.Feature - Enum in org.gridkit.jvmtool.jackson
Enumeration that defines all togglable features for generators.
JsonLocation - Class in org.gridkit.jvmtool.jackson
Object that encapsulates Location information used for reporting parsing (or potentially generation) errors, as well as current location within input streams.
JsonLocation(Object, long, int, int) - Constructor for class org.gridkit.jvmtool.jackson.JsonLocation
 
JsonLocation(Object, long, long, int, int) - Constructor for class org.gridkit.jvmtool.jackson.JsonLocation
 
JsonMiniFactory - Class in org.gridkit.jvmtool.jackson
 
JsonMiniFactory() - Constructor for class org.gridkit.jvmtool.jackson.JsonMiniFactory
 
JsonProcessingException - Exception in org.gridkit.jvmtool.jackson
Intermediate base class for all problems encountered when processing (parsing, generating) JSON content that are not pure I/O problems.
JsonProcessingException(String, JsonLocation, Throwable) - Constructor for exception org.gridkit.jvmtool.jackson.JsonProcessingException
 
JsonProcessingException(String) - Constructor for exception org.gridkit.jvmtool.jackson.JsonProcessingException
 
JsonProcessingException(String, JsonLocation) - Constructor for exception org.gridkit.jvmtool.jackson.JsonProcessingException
 
JsonProcessingException(String, Throwable) - Constructor for exception org.gridkit.jvmtool.jackson.JsonProcessingException
 
JsonProcessingException(Throwable) - Constructor for exception org.gridkit.jvmtool.jackson.JsonProcessingException
 
JsonStreamContext - Class in org.gridkit.jvmtool.jackson
Shared base class for streaming processing contexts used during reading and writing of Json content using Streaming API.
JsonStreamContext() - Constructor for class org.gridkit.jvmtool.jackson.JsonStreamContext
 
JsonStreamWriter - Interface in org.gridkit.jvmtool.util.json
This is stripped down version of JsonGenerator.
JsonWriteContext - Class in org.gridkit.jvmtool.jackson
Extension of JsonStreamContext, which implements core methods needed, and also exposes more complete API to generator implementation classes.
JsonWriteContext(int, JsonWriteContext) - Constructor for class org.gridkit.jvmtool.jackson.JsonWriteContext
 
JsonWriter - Class in org.gridkit.jvmtool.util.json
 
JsonWriter(Writer) - Constructor for class org.gridkit.jvmtool.util.json.JsonWriter
 

L

lastFrameIs(String) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
lastFramesAre(String...) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 

M

mLocation - Variable in exception org.gridkit.jvmtool.jackson.JsonProcessingException
 

N

NA - Static variable in class org.gridkit.jvmtool.jackson.JsonLocation
Shared immutable "N/A location" that can be returned to indicate that no location information is available
NumberOutput - Class in org.gridkit.jvmtool.jackson
 
NumberOutput() - Constructor for class org.gridkit.jvmtool.jackson.NumberOutput
 

O

org.gridkit.jvmtool.jackson - package org.gridkit.jvmtool.jackson
 
org.gridkit.jvmtool.util.json - package org.gridkit.jvmtool.util.json
 
outputInt(int, char[], int) - Static method in class org.gridkit.jvmtool.jackson.NumberOutput
 
outputInt(int, byte[], int) - Static method in class org.gridkit.jvmtool.jackson.NumberOutput
 
outputLong(long, char[], int) - Static method in class org.gridkit.jvmtool.jackson.NumberOutput
 
outputLong(long, byte[], int) - Static method in class org.gridkit.jvmtool.jackson.NumberOutput
 

P

PrettyPrinter - Interface in org.gridkit.jvmtool.jackson
Interface for objects that implement pretty printer functionality, such as indentation.

S

setCharacterEscapes(CharacterEscapes) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for defining custom escapes factory uses for JsonGenerators it creates.
setHighestNonEscapedChar(int) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method that can be called to request that generator escapes all character codes above specified code point (if positive value); or, to not escape any characters except for ones that must be escaped for the data format (if -1).
setHighestNonEscapedChar(int) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
setPrettyPrinter(PrettyPrinter) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for setting a custom pretty printer, which is usually used to add indentation for improved human readability.
setPrettyPrinter(PrettyPrinter) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
SHORT_WRITE - Static variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
skipNextValue() - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
SmartJsonWriter - Class in org.gridkit.jvmtool.util.json
 
SmartJsonWriter(Writer) - Constructor for class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
sOutputEscapes - Static variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
This is the default set of escape codes, over 7-bit ASCII range (first 128 character codes), used for single-byte UTF-8 characters.
spacesInObjectEntries(boolean) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
 
standardAsciiEscapesForJSON() - Static method in class org.gridkit.jvmtool.jackson.CharacterEscapes
Helper method that can be used to get a copy of standard JSON escape definitions; this is useful when just wanting to slightly customize definitions.
STATUS_EXPECT_NAME - Static variable in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
STATUS_EXPECT_VALUE - Static variable in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
STATUS_OK_AFTER_COLON - Static variable in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
STATUS_OK_AFTER_COMMA - Static variable in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
STATUS_OK_AFTER_SPACE - Static variable in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
STATUS_OK_AS_IS - Static variable in class org.gridkit.jvmtool.jackson.JsonWriteContext
 

T

toString() - Method in class org.gridkit.jvmtool.jackson.JsonLocation
 
toString() - Method in exception org.gridkit.jvmtool.jackson.JsonProcessingException
 
toString() - Method in class org.gridkit.jvmtool.jackson.JsonWriteContext
Overridden to provide developer writeable "JsonPath" representation of the context.
toString(int) - Static method in class org.gridkit.jvmtool.jackson.NumberOutput
 
toString(long) - Static method in class org.gridkit.jvmtool.jackson.NumberOutput
 
toString(double) - Static method in class org.gridkit.jvmtool.jackson.NumberOutput
 
TYPE_ARRAY - Static variable in class org.gridkit.jvmtool.jackson.JsonStreamContext
 
TYPE_OBJECT - Static variable in class org.gridkit.jvmtool.jackson.JsonStreamContext
 
TYPE_ROOT - Static variable in class org.gridkit.jvmtool.jackson.JsonStreamContext
 

U

useDefaultPrettyPrinter() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Convenience method for enabling pretty-printing using the default pretty printer (org.codehaus.jackson.util.DefaultPrettyPrinter).
useDefaultPrettyPrinter() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 

V

valueOf(String) - Static method in enum org.gridkit.jvmtool.jackson.JsonGenerator.Feature
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gridkit.jvmtool.jackson.JsonGenerator.Feature
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeArrayFieldStart(String) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") (that will contain a JSON Array value), and the START_ARRAY marker.
writeArrayFieldStart(String) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Convenience method for outputting a field entry ("member") (that will contain a JSON Array value), and the START_ARRAY marker.
writeArrayFieldStart(String) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeArrayFieldStart(String) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeArrayValueSeparator(JsonGenerator) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
Method called after an array value has been completely output, and before another value is to be output.
writeArrayValueSeparator(JsonGenerator) - Method in interface org.gridkit.jvmtool.jackson.PrettyPrinter
Method called after an array value has been completely output, and before another value is to be output.
writeBoolean(boolean) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for outputting literal Json boolean value (one of Strings 'true' and 'false').
writeBoolean(boolean) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeBoolean(boolean) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for outputting literal Json boolean value (one of Strings 'true' and 'false').
writeBoolean(boolean) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeBoolean(boolean) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeBooleanField(String, boolean) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has a boolean value.
writeBooleanField(String, boolean) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Convenience method for outputting a field entry ("member") that has a boolean value.
writeBooleanField(String, boolean) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeBooleanField(String, boolean) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeEndArray(JsonGenerator, int) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
 
writeEndArray() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for writing closing marker of a JSON Array value (character ']'; plus possible white space decoration if pretty-printing is enabled).
writeEndArray(JsonGenerator, int) - Method in interface org.gridkit.jvmtool.jackson.PrettyPrinter
Method called after an Array value has been completely output (minus closing bracket).
writeEndArray() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeEndArray() - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for writing closing marker of a JSON Array value (character ']'; plus possible white space decoration if pretty-printing is enabled).
writeEndArray() - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeEndArray() - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeEndObject(JsonGenerator, int) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
 
writeEndObject() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for writing closing marker of a JSON Object value (character '}'; plus possible white space decoration if pretty-printing is enabled).
writeEndObject(JsonGenerator, int) - Method in interface org.gridkit.jvmtool.jackson.PrettyPrinter
Method called after an Object value has been completely output (minus closing curly bracket).
writeEndObject() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeEndObject() - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for writing closing marker of a JSON Object value (character '}'; plus possible white space decoration if pretty-printing is enabled).
writeEndObject() - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeEndObject() - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeFieldName(String) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for writing a field name (JSON String surrounded by double quotes: syntactically identical to a JSON String value), possibly decorated by white space if pretty-printing is enabled.
writeFieldName(String) - Method in class org.gridkit.jvmtool.jackson.JsonWriteContext
Method that writer is to call before it writes a field name.
writeFieldName(String) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeFieldName(String) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for writing a field name (JSON String surrounded by double quotes: syntactically identical to a JSON String value), possibly decorated by white space if pretty-printing is enabled.
writeFieldName(String) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeFieldName(String) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeIndentation(JsonGenerator, int) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter.FixedSpaceIndenter
 
writeIndentation(JsonGenerator, int) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter.Lf2SpacesIndenter
 
writeIndentation(JsonGenerator, int) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter.NopIndenter
 
writeIndentation(JsonGenerator, int) - Method in interface org.gridkit.jvmtool.jackson.Indenter
 
writeNull() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for outputting literal Json null value.
writeNull() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeNull() - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for outputting literal Json null value.
writeNull() - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNull() - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNullField(String) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has JSON literal value null.
writeNullField(String) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Convenience method for outputting a field entry ("member") that has JSON literal value null.
writeNullField(String) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNullField(String) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumber(int) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for outputting given value as Json number.
writeNumber(long) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for outputting given value as Json number.
writeNumber(BigInteger) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for outputting given value as Json number.
writeNumber(double) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for outputting indicate Json numeric value.
writeNumber(float) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for outputting indicate Json numeric value.
writeNumber(BigDecimal) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for outputting indicate Json numeric value.
writeNumber(String) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Write method that can be used for custom numeric types that can not be (easily?) converted to "standard" Java number types.
writeNumber(int) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeNumber(long) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeNumber(BigInteger) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeNumber(double) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeNumber(float) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeNumber(BigDecimal) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeNumber(String) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeNumber(int) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for outputting given value as Json number.
writeNumber(long) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for outputting given value as Json number.
writeNumber(BigInteger) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for outputting given value as Json number.
writeNumber(double) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for outputting indicate Json numeric value.
writeNumber(float) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for outputting indicate Json numeric value.
writeNumber(BigDecimal) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for outputting indicate Json numeric value.
writeNumber(String) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Write method that can be used for custom numeric types that can not be (easily?) converted to "standard" Java number types.
writeNumber(int) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumber(long) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumber(BigInteger) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumber(double) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumber(float) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumber(BigDecimal) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumber(String) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumber(int) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumber(long) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumber(BigInteger) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumber(double) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumber(float) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumber(BigDecimal) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumber(String) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumberField(String, int) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, long) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, double) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, float) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, BigDecimal) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, int) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, long) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, double) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, float) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, BigDecimal) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, int) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumberField(String, long) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumberField(String, double) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumberField(String, float) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumberField(String, BigDecimal) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeNumberField(String, int) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumberField(String, long) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumberField(String, double) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumberField(String, float) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeNumberField(String, BigDecimal) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeObjectEntrySeparator(JsonGenerator) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
Method called after an object entry (field:value) has been completely output, and before another value is to be output.
writeObjectEntrySeparator(JsonGenerator) - Method in interface org.gridkit.jvmtool.jackson.PrettyPrinter
Method called after an object entry (field:value) has been completely output, and before another value is to be output.
writeObjectFieldStart(String) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") (that will contain a JSON Object value), and the START_OBJECT marker.
writeObjectFieldStart(String) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Convenience method for outputting a field entry ("member") (that will contain a JSON Object value), and the START_OBJECT marker.
writeObjectFieldStart(String) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeObjectFieldStart(String) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeObjectFieldValueSeparator(JsonGenerator) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
Method called after an object field has been output, but before the value is output.
writeObjectFieldValueSeparator(JsonGenerator) - Method in interface org.gridkit.jvmtool.jackson.PrettyPrinter
Method called after an object field has been output, but before the value is output.
writer - Variable in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeRaw(String) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(String, int, int) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(char[], int, int) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(char) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(String) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeRaw(String, int, int) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeRaw(char[], int, int) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeRaw(char) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeRaw(String) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(String, int, int) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(char[], int, int) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(char) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(String) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeRaw(String, int, int) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeRaw(char[], int, int) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeRaw(char) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeRaw(String) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeRaw(String, int, int) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeRaw(char[], int, int) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeRaw(char) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeRawUTF8String(byte[], int, int) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method similar to JsonGenerator.writeString(String) but that takes as its input a UTF-8 encoded String that is to be output as-is, without additional escaping (type of which depends on data format; backslashes for JSON).
writeRawUTF8String(byte[], int, int) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeRawUTF8String(byte[], int, int) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method similar to writeString(String) but that takes as its input a UTF-8 encoded String that is to be output as-is, without additional escaping (type of which depends on data format; backslashes for JSON).
writeRawUTF8String(byte[], int, int) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeRawUTF8String(byte[], int, int) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeRawValue(String) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method that will force generator to copy input text verbatim without any modifications, but assuming it must constitute a single legal JSON value (number, string, boolean, null, Array or List).
writeRawValue(String, int, int) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
 
writeRawValue(char[], int, int) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
 
writeRawValue(String) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeRawValue(String, int, int) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeRawValue(char[], int, int) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeRawValue(String) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method that will force generator to copy input text verbatim without any modifications, but assuming it must constitute a single legal JSON value (number, string, boolean, null, Array or List).
writeRawValue(String, int, int) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
 
writeRawValue(char[], int, int) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
 
writeRawValue(String) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeRawValue(String, int, int) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeRawValue(char[], int, int) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeRawValue(String) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeRawValue(String, int, int) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeRawValue(char[], int, int) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
WriterBasedGenerator - Class in org.gridkit.jvmtool.jackson
JsonGenerator that outputs JSON content using a Writer which handles character encoding.
WriterBasedGenerator(int, Writer) - Constructor for class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeRootValueSeparator(JsonGenerator) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
 
writeRootValueSeparator(JsonGenerator) - Method in interface org.gridkit.jvmtool.jackson.PrettyPrinter
Method called after a root-level value has been completely output, and before another value is to be output.
writeStartArray(JsonGenerator) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
 
writeStartArray() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for writing starting marker of a JSON Array value (character '['; plus possible white space decoration if pretty-printing is enabled).
writeStartArray(JsonGenerator) - Method in interface org.gridkit.jvmtool.jackson.PrettyPrinter
Method called when an Array value is to be output, before any member/child values are output.
writeStartArray() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeStartArray() - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for writing starting marker of a JSON Array value (character '['; plus possible white space decoration if pretty-printing is enabled).
writeStartArray() - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeStartArray() - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeStartObject(JsonGenerator) - Method in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
 
writeStartObject() - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for writing starting marker of a JSON Object value (character '{'; plus possible white space decoration if pretty-printing is enabled).
writeStartObject(JsonGenerator) - Method in interface org.gridkit.jvmtool.jackson.PrettyPrinter
Method called when an Object value is to be output, before any fields are output.
writeStartObject() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeStartObject() - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for writing starting marker of a JSON Object value (character '{'; plus possible white space decoration if pretty-printing is enabled).
writeStartObject() - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeStartObject() - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeString(String) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for outputting a String value.
writeString(char[], int, int) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method for outputting a String value.
writeString(String) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeString(char[], int, int) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeString(String) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for outputting a String value.
writeString(char[], int, int) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method for outputting a String value.
writeString(String) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeString(char[], int, int) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeString(String) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeString(char[], int, int) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeStringField(String, String) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has a String value.
writeStringField(String, String) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeStringField(String, String) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Convenience method for outputting a field entry ("member") that has a String value.
writeStringField(String, String) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeStringField(String, String) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeUTF8String(byte[], int, int) - Method in class org.gridkit.jvmtool.jackson.JsonGenerator
Method similar to JsonGenerator.writeString(String) but that takes as its input a UTF-8 encoded String which has not been escaped using whatever escaping scheme data format requires (for JSON that is backslash-escaping for control characters and double-quotes; for other formats something else).
writeUTF8String(byte[], int, int) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
writeUTF8String(byte[], int, int) - Method in interface org.gridkit.jvmtool.util.json.JsonStreamWriter
Method similar to writeString(String) but that takes as its input a UTF-8 encoded String which has not been escaped using whatever escaping scheme data format requires (for JSON that is backslash-escaping for control characters and double-quotes; for other formats something else).
writeUTF8String(byte[], int, int) - Method in class org.gridkit.jvmtool.util.json.JsonWriter
 
writeUTF8String(byte[], int, int) - Method in class org.gridkit.jvmtool.util.json.SmartJsonWriter
 
writeValue() - Method in class org.gridkit.jvmtool.jackson.JsonWriteContext
 

_

__writeStartArray() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
_arrayIndenter - Variable in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
By default, let's use only spaces to separate array values.
_cantHappen() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
_cfgNumbersAsStrings - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Flag set to indicate that implicit conversion from number to JSON String is needed (as per JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS).
_cfgPrettyPrinter - Variable in class org.gridkit.jvmtool.jackson.JsonGenerator
Object that handles pretty-printing (usually additional white space to make results more human-readable) during output.
_child - Variable in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
_closed - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Flag that indicates whether generator is closed or not.
_currentName - Variable in class org.gridkit.jvmtool.jackson.JsonWriteContext
Name of the field of which value is to be parsed; only used for OBJECT contexts
_entityBuffer - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Short (14 char) temporary buffer allocated if needed, for constructing escape sequences
_features - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Bit flag composed of bits that indicate which JsonGenerator.Features are enabled.
_flushBuffer() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
_index - Variable in class org.gridkit.jvmtool.jackson.JsonStreamContext
Index of the currently processed entry.
_maximumNonEscapedChar - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Value between 128 (0x80) and 65535 (0xFFFF) that indicates highest Unicode code point that will not need escaping; or 0 to indicate that all characters can be represented without escaping.
_nesting - Variable in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
Number of open levels of nesting.
_objectIndenter - Variable in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
By default, let's use linefeed-adding indenter for separate object entries.
_outputBuffer - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Intermediate buffer in which contents are buffered before being written using WriterBasedGenerator._writer.
_outputEnd - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
End marker of the output buffer; one past the last valid position within the buffer.
_outputEscapes - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Currently active set of output escape code definitions (whether and how to escape or not) for 7-bit ASCII range (first 128 character codes).
_outputHead - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Pointer to the first buffered character to output
_outputTail - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Pointer to the position right beyond the last character to output (end marker; may point to position right beyond the end of the buffer)
_parent - Variable in class org.gridkit.jvmtool.jackson.JsonWriteContext
 
_releaseBuffers() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
_reportError(String) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
_reportUnsupportedOperation() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
_spacesInObjectEntries - Variable in class org.gridkit.jvmtool.jackson.DefaultPrettyPrinter
By default we will add spaces around colons used to separate object fields and values.
_throwInternal() - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
_type - Variable in class org.gridkit.jvmtool.jackson.JsonStreamContext
 
_verifyPrettyValueWrite(String, int) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
_verifyValueWrite(String) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
_writeContext - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Object that keeps track of the current contextual state of the generator.
_writeFieldName(String, boolean) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
_writePPFieldName(String, boolean) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Specialized version of _writeFieldName, off-lined to keep the "fast path" as simple (and hopefully fast) as possible.
_writer - Variable in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
 
_writeSimpleObject(Object) - Method in class org.gridkit.jvmtool.jackson.WriterBasedGenerator
Helper method to try to call appropriate write method for given untyped Object.

A B C D E F G H I J L M N O P S T U V W _

Copyright © 2019. All Rights Reserved.