- calcHash(int) - 类 中的静态方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
-
- calcHash(int, int) - 类 中的静态方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
-
- calcHash(int[], int) - 类 中的静态方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
-
- calcHash(char[], int, int) - 类 中的静态方法org.hotwheel.json.impl.jackson.CharsToNameCanonicalizer
-
Implementation of a hashing method for variable length
Strings.
- calcHash(String) - 类 中的静态方法org.hotwheel.json.impl.jackson.CharsToNameCanonicalizer
-
- canUseSchema(FormatSchema) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- canUseSchema(FormatSchema) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
- canUseSchema(FormatSchema) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- canUseSchema(FormatSchema) - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- CharacterEscapes - org.hotwheel.json.impl.jackson中的类
-
Abstract base class that defines interface for customizing character
escaping aspects for String values, for formats that use escaping.
- CharacterEscapes() - 类 的构造器org.hotwheel.json.impl.jackson.CharacterEscapes
-
- charLength() - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
-
Returns length of the (unquoted) String as characters.
- CharsToNameCanonicalizer - org.hotwheel.json.impl.jackson中的类
-
This class is a kind of specialized type-safe Map, from char array to
String value.
- charToHex(int) - 类 中的静态方法org.hotwheel.json.impl.jackson.CharTypes
-
- CharTypes - org.hotwheel.json.impl.jackson中的类
-
- CharTypes() - 类 的构造器org.hotwheel.json.impl.jackson.CharTypes
-
- clearCurrentToken() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- clearCurrentToken() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- clearCurrentToken() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Closes the parser so that no further iteration or data access
can be made; will also close the underlying input source
if parser either
owns the input source, or feature
JacksonParser.Feature.AUTO_CLOSE_SOURCE is enabled.
- close() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method called to close this generator, so that no more content
can be written.
- close() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserSequence
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.MergedStream
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8Writer
-
- close() - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- close() - 类 中的方法org.hotwheel.json.JsonAdapter
-
- collectDefaults() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JacksonParser.Feature
-
Method that calculates bit set (flags) of all features that
are enabled by default.
- collectDefaults() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JsonFactory.Feature
-
Method that calculates bit set (flags) of all features that are
enabled by default.
- collectDefaults() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JsonGenerator.Feature
-
Method that calculates bit set (flags) of all features that
are enabled by default.
- compareTo(TypeReference<T>) - 类 中的方法org.hotwheel.json.impl.jackson.TypeReference
-
The only reason we define this method (and require implementation
of Comparable) is to prevent constructing a
reference without type information.
- compareTo(Version) - 类 中的方法org.hotwheel.json.impl.jackson.Version
-
- completeAndCoalesce(int) - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
-
Method that will complete "manual" output process, coalesce
content (if necessary) and return results as a contiguous buffer.
- configure(JacksonParser.Feature, boolean) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- configure(JsonFactory.Feature, boolean) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for enabling or disabling specified parser feature (check
JacksonParser.Feature for list of features)
- configure(JacksonParser.Feature, boolean) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for enabling or disabling specified parser feature (check
JacksonParser.Feature for list of features)
- configure(JsonGenerator.Feature, boolean) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for enabling or disabling specified generator feature (check
JsonGenerator.Feature for list of features)
- configure(JsonGenerator.Feature, boolean) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for enabling or disabling specified feature:
check
JsonGenerator.Feature for list of available features.
- constructParser(int, ObjectCodec, BytesToNameCanonicalizer, CharsToNameCanonicalizer, boolean, boolean) - 类 中的方法org.hotwheel.json.impl.jackson.ByteSourceJsonBootstrapper
-
- constructReader() - 类 中的方法org.hotwheel.json.impl.jackson.ByteSourceJsonBootstrapper
-
- constructTextBuffer() - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
-
- containedParsersCount() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserSequence
-
Method that is most useful for debugging or testing;
returns actual number of underlying parsers sequence
was constructed with (nor just ones remaining active)
- containedType(int) - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
Method for accessing definitions of contained ("child")
types.
- containedTypeCount() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
Method for checking how many contained types this type
has.
- containedTypeName(int) - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
Method for accessing name of type variable in indicated
position.
- contentsAsArray() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
- contentsAsDecimal() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
Convenience method for converting contents of the buffer
into a
BigDecimal.
- contentsAsDouble() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
Convenience method for converting contents of the buffer
into a Double value.
- contentsAsString() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
- copyCurrentEvent(JacksonParser) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- copyCurrentEvent(JacksonParser) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for copying contents of the current event that
the given parser instance points to.
- copyCurrentEvent(JacksonParser) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- copyCurrentStructure(JacksonParser) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- copyCurrentStructure(JacksonParser) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for copying contents of the current event
and following events that it encloses
the given parser instance points to.
- copyCurrentStructure(JacksonParser) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- copyHexBytes() - 类 中的静态方法org.hotwheel.json.impl.jackson.CharTypes
-
- copyHexChars() - 类 中的静态方法org.hotwheel.json.impl.jackson.CharTypes
-
- CoreVersion - org.hotwheel.json.impl.jackson中的类
-
Helper class used for finding and caching version information
for the core bundle.
- CoreVersion() - 类 的构造器org.hotwheel.json.impl.jackson.CoreVersion
-
- createArrayNode() - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
-
Method for construct root level Array nodes
for Tree Model instances.
- createChildArrayContext(int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonReadContext
-
- createChildArrayContext() - 类 中的方法org.hotwheel.json.impl.jackson.JsonWriteContext
-
- createChildObjectContext(int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonReadContext
-
- createChildObjectContext() - 类 中的方法org.hotwheel.json.impl.jackson.JsonWriteContext
-
- createFlattened(JacksonParser, JacksonParser) - 类 中的静态方法org.hotwheel.json.impl.jackson.JsonParserSequence
-
Method that will construct a parser (possibly a sequence) that
contains all given sub-parsers.
- createJsonGenerator(OutputStream, JsonEncoding) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for constructing JSON generator for writing JSON content using
specified output stream.
- createJsonGenerator(Writer) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for constructing JSON generator for writing JSON content using
specified Writer.
- createJsonGenerator(OutputStream) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Convenience method for constructing generator that uses default encoding
of the format (UTF-8 for JSON and most other data formats).
- createJsonGenerator(File, JsonEncoding) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for constructing JSON generator for writing JSON content to
specified file, overwriting contents it might have (or creating it if
such file does not yet exist).
- createJsonParser(File) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for constructing JSON parser instance to parse contents of
specified file.
- createJsonParser(URL) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for constructing JSON parser instance to parse contents of
resource reference by given URL.
- createJsonParser(InputStream) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for constructing JSON parser instance to parse the contents
accessed via specified input stream.
- createJsonParser(Reader) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for constructing parser for parsing the contents accessed via
specified Reader.
- createJsonParser(byte[]) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for constructing parser for parsing the contents of given byte
array.
- createJsonParser(byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for constructing parser for parsing the contents of given byte
array.
- createJsonParser(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for constructing parser for parsing contents of given String.
- createMatcher(JsonFactory, MatchStrength) - 类 中的方法org.hotwheel.json.impl.jackson.InputAccessor.Std
-
- createObjectNode() - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
-
Method for construct root level Object nodes
for Tree Model instances.
- createParserWithMatch() - 类 中的方法org.hotwheel.json.impl.jackson.DataFormatMatcher
-
Convenience method for trying to construct a
JacksonParser for
parsing content which is assumed to be in detected data format.
- createRoot() - 类 中的静态方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
-
- createRoot() - 类 中的静态方法org.hotwheel.json.impl.jackson.CharsToNameCanonicalizer
-
Method called to create root canonicalizer for a
JsonFactory
instance.
- createRootContext(int, int) - 类 中的静态方法org.hotwheel.json.impl.jackson.JsonReadContext
-
- createRootContext() - 类 中的静态方法org.hotwheel.json.impl.jackson.JsonReadContext
-
- createRootContext() - 类 中的静态方法org.hotwheel.json.impl.jackson.JsonWriteContext
-
- GeneratorBase - org.hotwheel.json.impl.jackson中的类
-
This base class implements part of API that a JSON generator exposes
to applications, adds shared internal methods that sub-classes
can use and adds some abstract methods sub-classes must implement.
- get(Object) - 类 中的静态方法org.hotwheel.json.JsonAdapter
-
获得bean的JSON串
- get(Object, boolean) - 类 中的静态方法org.hotwheel.json.JsonAdapter
-
获得bean的JSON串
- get(Class<T>) - 类 中的方法org.hotwheel.json.JsonAdapter
-
- get(Class<T>, Class<?>) - 类 中的方法org.hotwheel.json.JsonAdapter
-
在当前JSON块解析一个对象
- get7BitOutputEscapes() - 类 中的静态方法org.hotwheel.json.impl.jackson.CharTypes
-
Accessor for getting a read-only encoding table for first 128 Unicode
code points (single-byte UTF-8 characters).
- getArtifactId() - 类 中的方法org.hotwheel.json.impl.jackson.Version
-
- getBigIntegerValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_INT and
it can not be used as a Java long primitive type due to its
magnitude.
- getBigIntegerValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getBigIntegerValue() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getBinaryValue(Base64Variant) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that can be used to read (and consume -- results
may not be accessible using other methods after the call)
base64-encoded binary data
included in the current textual JSON value.
- getBinaryValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- getBinaryValue(Base64Variant) - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getBinaryValue(Base64Variant) - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getBinaryValue(Base64Variant) - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
- getBinaryValue(Base64Variant) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- getBooleanValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- getBooleanValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getByteOffset() - 类 中的方法org.hotwheel.json.impl.jackson.JsonLocation
-
- getByteValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_INT and
it can be expressed as a value of Java byte primitive type.
- getByteValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getCharacterEscapes() - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for accessing custom escapes factory uses for
JsonGenerators it creates.
- getCharacterEscapes() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for accessing custom escapes factory uses for
JsonGenerators
it creates.
- getCharacterEscapes() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
Method for accessing custom escapes factory uses for
JsonGenerators
it creates.
- getCharacterEscapes() - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
Method for accessing custom escapes factory uses for
JsonGenerators
it creates.
- getCharOffset() - 类 中的方法org.hotwheel.json.impl.jackson.JsonLocation
-
- getCodec() - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- getCodec() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Accessor for
ObjectCodec associated with this
parser, if any.
- getCodec() - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
- getCodec() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
- getCodec() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- getCodec() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getCodec() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
- getCodec() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- getColumnNr() - 类 中的方法org.hotwheel.json.impl.jackson.JsonLocation
-
- getContentType() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
Method for accessing content type of this type, if type has
such a thing: simple types do not, structured types do
(like arrays, Collections and Maps)
- getCurrentIndex() - 类 中的方法org.hotwheel.json.impl.jackson.JsonStreamContext
-
- getCurrentLocation() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that returns location of the last processed character;
usually for error reporting purposes.
- getCurrentLocation() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getCurrentLocation() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
Method that returns location of the last processed character;
usually for error reporting purposes
- getCurrentName() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that can be called to get the name associated with
the current token: for
JsonToken.FIELD_NAMEs it will
be the same as what
JacksonParser.getText() returns;
for field values it will be preceding field name;
and for others (array values, root-level values) null.
- getCurrentName() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getCurrentName() - 类 中的方法org.hotwheel.json.impl.jackson.JsonReadContext
-
- getCurrentName() - 类 中的方法org.hotwheel.json.impl.jackson.JsonStreamContext
-
Method for accessing name associated with the current location.
- getCurrentName() - 类 中的方法org.hotwheel.json.impl.jackson.JsonWriteContext
-
- getCurrentName() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
Method that can be called to get the name associated with
the current event.
- getCurrentName() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getCurrentSegment() - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
-
- getCurrentSegment() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
- getCurrentSegmentLength() - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
-
- getCurrentSegmentSize() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
- getCurrentToken() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Accessor to find which token parser currently points to, if any;
null will be returned if none.
- getCurrentToken() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getCurrentToken() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getDataStream() - 类 中的方法org.hotwheel.json.impl.jackson.DataFormatMatcher
-
Method to use for accessing input for which format detection has been done.
- getDecimalValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- getDecimalValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getDecimalValue() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getDefaultVariant() - 类 中的静态方法org.hotwheel.json.impl.jackson.Base64Variants
-
Method used to get the default variant ("MIME_NO_LINEFEEDS") for cases
where caller does not explicitly specify the variant.
- getDoubleValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_FLOAT and
it can be expressed as a Java double primitive type.
- getDoubleValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getDoubleValue() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getEmbeddedObject() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- getEmbeddedObject() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getEmbeddedObject() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
- getEmbeddedObject() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- getEmptyName() - 类 中的静态方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
-
- getEncoding() - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
-
- getEntryCount() - 类 中的方法org.hotwheel.json.impl.jackson.JsonStreamContext
-
- getEscapeCodesForAscii() - 类 中的方法org.hotwheel.json.impl.jackson.CharacterEscapes
-
Method generators can call to get lookup table for determining
escape handling for first 128 characters of Unicode (ASCII
characters.
- getEscapeSequence(int) - 类 中的方法org.hotwheel.json.impl.jackson.CharacterEscapes
-
Method generators can call to get lookup table for determining
exact escape sequence to use for given character.
- getFloatValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_FLOAT and
it can be expressed as a Java float primitive type.
- getFloatValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getFloatValue() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getFormatName() - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method that returns short textual id identifying format this factory
supports.
- getGroupId() - 类 中的方法org.hotwheel.json.impl.jackson.Version
-
- getHighestEscapedChar() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Accessor method for testing what is the highest unescaped character
configured for this generator.
- getHighestEscapedChar() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- getHighestEscapedChar() - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- getInputCodeComment() - 类 中的静态方法org.hotwheel.json.impl.jackson.CharTypes
-
- getInputCodeLatin1() - 类 中的静态方法org.hotwheel.json.impl.jackson.CharTypes
-
- getInputCodeLatin1JsNames() - 类 中的静态方法org.hotwheel.json.impl.jackson.CharTypes
-
- getInputCodeUtf8() - 类 中的静态方法org.hotwheel.json.impl.jackson.CharTypes
-
- getInputCodeUtf8JsNames() - 类 中的静态方法org.hotwheel.json.impl.jackson.CharTypes
-
- getInputDecorator() - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for getting currently configured input decorator (if any; there is
no default decorator).
- getInputSource() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that can be used to get access to object that is used
to access input being parsed; this is usually either
InputStream or
Reader, depending on what
parser was constructed with.
- getInputSource() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getInputSource() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
- getInputSource() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- getIntValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_INT and
it can be expressed as a value of Java int primitive type.
- getIntValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getIntValue() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getJavaName() - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonEncoding
-
Method for accessing encoding name that JDK will support.
- getJsonFactory() - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
-
- getKeyType() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
Method for accessing key type for this type, assuming type
has such a concept (only Map types do)
- getLastClearedToken() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- getLastClearedToken() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getLastClearedToken() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getLineNr() - 类 中的方法org.hotwheel.json.impl.jackson.JsonLocation
-
- getLocation() - 异常错误 中的方法org.hotwheel.json.impl.jackson.JsonProcessingException
-
- getLongValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_INT and
it can be expressed as a Java long primitive type.
- getLongValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getLongValue() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getMajorVersion() - 类 中的方法org.hotwheel.json.impl.jackson.Version
-
- getMask() - 枚举 中的方法org.hotwheel.json.impl.jackson.JacksonParser.Feature
-
- getMask() - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonFactory.Feature
-
- getMask() - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonGenerator.Feature
-
- getMatch() - 类 中的方法org.hotwheel.json.impl.jackson.DataFormatMatcher
-
Accessor for
JsonFactory that represents format that data matched.
- getMatchedFormatName() - 类 中的方法org.hotwheel.json.impl.jackson.DataFormatMatcher
-
Accessor for getting brief textual name of matched format if any (null
if none).
- getMatchStrength() - 类 中的方法org.hotwheel.json.impl.jackson.DataFormatMatcher
-
- getMaxLineLength() - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
-
- getMessage() - 异常错误 中的方法org.hotwheel.json.impl.jackson.JsonProcessingException
-
Default method overridden so that we can add location information
- getMinorVersion() - 类 中的方法org.hotwheel.json.impl.jackson.Version
-
- getName() - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
-
- getName() - 类 中的方法org.hotwheel.json.impl.jackson.Name
-
- getNumberType() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- getNumberType() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getNumberType() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getNumberValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Generic number value accessor method that will work for
all kinds of numeric values.
- getNumberValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getNumberValue() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getOutputContext() - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
Note: co-variant return type.
- getOutputContext() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
- getOutputContext() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- getOutputDecorator() - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Method for getting currently configured output decorator (if any; there
is no default decorator).
- getOutputTarget() - 类 中的方法org.hotwheel.json.impl.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() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- getOutputTarget() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- getOutputTarget() - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- getPaddingByte() - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
-
- getPaddingChar() - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
-
- getParent() - 类 中的方法org.hotwheel.json.impl.jackson.JsonReadContext
-
- getParent() - 类 中的方法org.hotwheel.json.impl.jackson.JsonStreamContext
-
Accessor for finding parent context of this context; will
return null for root context.
- getParent() - 类 中的方法org.hotwheel.json.impl.jackson.JsonWriteContext
-
- getParsingContext() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that can be used to access current parsing context reader
is in.
- getParsingContext() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getParsingContext() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getParsingContext() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getPatchLevel() - 类 中的方法org.hotwheel.json.impl.jackson.Version
-
- getRawClass() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
Accessor for type-erased
Class of resolved type.
- getSchema() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method for accessing Schema that this parser uses, if any.
- getSchema() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for accessing Schema that this parser uses, if any.
- getSchemaType() - 接口 中的方法org.hotwheel.json.impl.jackson.FormatSchema
-
Method that can be used to get an identifier that can be used for diagnostics
purposes, to indicate what kind of data format this schema is used for: typically
it is a short name of format itself, but it can also contain additional information
in cases where data format supports multiple types of schemas.
- getShortValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_INT and
it can be expressed as a value of Java short primitive type.
- getShortValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getSourceRef() - 类 中的方法org.hotwheel.json.impl.jackson.JsonLocation
-
Reference to the original resource being read, if one available.
- getSourceReference() - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
-
- getStartLocation(Object) - 类 中的方法org.hotwheel.json.impl.jackson.JsonReadContext
-
- getText() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method for accessing textual representation of the current token;
if no current token (before first call to
JacksonParser.nextToken(), or
after encountering end-of-input), returns null.
- getText() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getText() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getText() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
Method for accessing textual representation of the current event;
if no current event (before first call to
ReaderBasedJsonParser.nextToken(), or
after encountering end-of-input), returns null.
- getText() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- getTextBuffer() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
- getTextCharacters() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method similar to
JacksonParser.getText(), but that will return
underlying (unmodifiable) character array that contains
textual value, instead of constructing a String object
to contain this information.
- getTextCharacters() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getTextCharacters() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getTextCharacters() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
- getTextCharacters() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- getTextLength() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- getTextLength() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getTextLength() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getTextLength() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
- getTextLength() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- getTextOffset() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- getTextOffset() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getTextOffset() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getTextOffset() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
- getTextOffset() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
- getTextOffset() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- getTokenCharacterOffset() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getTokenColumnNr() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getTokenLineNr() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- getTokenLocation() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that return the starting location of the current
token; that is, position of the first character from input
that starts the current token.
- getTokenLocation() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- getTokenLocation() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
Method that return the starting location of the current
token; that is, position of the first character from input
that starts the current token.
- getType() - 类 中的方法org.hotwheel.json.impl.jackson.TypeReference
-
- getTypeDesc() - 类 中的方法org.hotwheel.json.impl.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)
- getValue() - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
-
Returns unquoted String that this object represents (and offers
serialized forms for)
- getValueAsBoolean() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that will try to convert value of current token to a
boolean.
- getValueAsBoolean(boolean) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that will try to convert value of current token to a
boolean.
- getValueAsBoolean(boolean) - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getValueAsDouble() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that will try to convert value of current token to a Java
double.
- getValueAsDouble(double) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that will try to convert value of current token to a
Java double.
- getValueAsDouble(double) - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getValueAsInt() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that will try to convert value of current token to a
int.
- getValueAsInt(int) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that will try to convert value of current token to a
int.
- getValueAsInt(int) - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- getValueAsLong() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that will try to convert value of current token to a
long.
- getValueAsLong(long) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that will try to convert value of current token to a
long.
- getValueAsLong(long) - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- growArrayBy(int[], int) - 类 中的静态方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- inArray() - 类 中的方法org.hotwheel.json.impl.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(DefaultPrettyPrinter.Indenter) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
-
- indentObjectsWith(DefaultPrettyPrinter.Indenter) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
-
- inLongRange(char[], int, int, boolean) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberInput
-
Helper method for determining if given String representation of
an integral number would fit in 64-bit Java long or not.
- inLongRange(String, boolean) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberInput
-
- inObject() - 类 中的方法org.hotwheel.json.impl.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.
- InputAccessor - org.hotwheel.json.impl.jackson中的接口
-
Interface used to expose beginning of a data file to data format
detection code.
- InputAccessor.Std - org.hotwheel.json.impl.jackson中的类
-
Basic implementation that reads data from given
InputStream and buffers it as necessary.
- InputDecorator - org.hotwheel.json.impl.jackson中的类
-
Handler class that can be used to decorate input sources.
- InputDecorator() - 类 的构造器org.hotwheel.json.impl.jackson.InputDecorator
-
- inRoot() - 类 中的方法org.hotwheel.json.impl.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.
- instance - 类 中的静态变量org.hotwheel.json.impl.jackson.CoreVersion
-
- instance - 类 中的静态变量org.hotwheel.json.impl.jackson.InternCache
-
- intern(String) - 类 中的方法org.hotwheel.json.impl.jackson.InternCache
-
- InternCache - org.hotwheel.json.impl.jackson中的类
-
Singleton class that adds a simple first-level cache in front of
regular String.intern() functionality.
- IOContext - org.hotwheel.json.impl.jackson中的类
-
To limit number of configuration and state objects to pass, all
contextual objects that need to be passed by the factory to
readers and writers are combined under this object.
- IOContext(BufferRecycler, Object, boolean) - 类 的构造器org.hotwheel.json.impl.jackson.IOContext
-
- isAbstract() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
- isArrayType() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
- isBigEndian() - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonEncoding
-
Whether encoding is big-endian (if encoding supports such
notion).
- isClosed() - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- isClosed() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that can be called to determine whether this parser
is closed or not.
- isClosed() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method that can be called to determine whether this generator
is closed or not.
- isClosed() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- isClosed() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- isClosed() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
-
- isClosed() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- isCollectionLikeType() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
- isConcrete() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
- isContainerType() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
- isEnabled(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- isEnabled(JacksonParser.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
- isEnabled(JsonFactory.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Checked whether specified parser feature is enabled.
- isEnabled(JacksonParser.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Checked whether specified parser feature is enabled.
- isEnabled(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
Check whether specified generator feature is enabled.
- isEnabled(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for checking whether given feature is enabled.
- isEnabled(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- isEnabled(JacksonParser.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- isEnumType() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
- isExpectedStartArrayToken() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Specialized accessor that can be used to verify that the current
token indicates start array (usually meaning that current token
is
JsonToken.START_ARRAY) when start array is expected.
- isFinal() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
- isInline() - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter.FixedSpaceIndenter
-
- isInline() - 接口 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter.Indenter
-
- isInline() - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter.Lf2SpacesIndenter
-
- isInline() - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter.NopIndenter
-
- isInterface() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
- isMapLikeType() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
- isNumeric() - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonToken
-
- isPrimitive() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
- isResourceManaged() - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
-
- isScalarValue() - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonToken
-
Method that can be used to check whether this token represents
a valid non-structured value.
- isSnapshot() - 类 中的方法org.hotwheel.json.impl.jackson.Version
-
- isThrowable() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
-
- isUknownVersion() - 类 中的方法org.hotwheel.json.impl.jackson.Version
-
- read() - 类 中的方法org.hotwheel.json.impl.jackson.MergedStream
-
- read(byte[]) - 类 中的方法org.hotwheel.json.impl.jackson.MergedStream
-
- read(byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.MergedStream
-
- read(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF32Reader
-
- ReaderBasedJsonParser - org.hotwheel.json.impl.jackson中的类
-
This is a concrete implementation of
JacksonParser, which is
based on a
Reader to handle low-level character
conversion tasks.
- ReaderBasedJsonParser(IOContext, int, Reader, ObjectCodec, CharsToNameCanonicalizer) - 类 的构造器org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
- readTree(JacksonParser) - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
-
Method to deserialize JSON content as tree expressed
using set of
TreeNode instances.
- readValue(JacksonParser, Class<T>) - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
-
Method to deserialize JSON content into a non-container
type (it can be an array type, however): typically a bean, array
or a wrapper type (like
Boolean).
- readValue(JacksonParser, TypeReference<?>) - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
-
Method to deserialize JSON content into a Java type, reference
to which is passed as argument.
- readValue(JacksonParser, ResolvedType) - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
-
Method to deserialize JSON content into a POJO, type specified
with fully resolved type object (so it can be a generic type,
including containers like
Collection and
Map).
- readValueAs(Class<T>) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method to deserialize JSON content into a non-container
type (it can be an array type, however): typically a bean, array
or a wrapper type (like
Boolean).
- readValueAs(TypeReference<?>) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method to deserialize JSON content into a Java type, reference
to which is passed as argument.
- readValueAsTree() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method to deserialize JSON content into equivalent "tree model",
represented by root
TreeNode of resulting model.
- readValues(JacksonParser, Class<T>) - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
-
Method for reading sequence of Objects from parser stream,
all with same specified value type.
- readValues(JacksonParser, TypeReference<?>) - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
-
Method for reading sequence of Objects from parser stream,
all with same specified value type.
- readValues(JacksonParser, ResolvedType) - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
-
Method for reading sequence of Objects from parser stream,
all with same specified value type.
- readValuesAs(Class<T>) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method for reading sequence of Objects from parser stream,
all with same specified value type.
- readValuesAs(TypeReference<?>) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method for reading sequence of Objects from parser stream,
all with same specified value type.
- release() - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
-
Clean up method to call to release all buffers this object may be
using.
- release() - 类 中的方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
-
Method called by the using code to indicate it is done
with this instance.
- release() - 类 中的方法org.hotwheel.json.impl.jackson.CharsToNameCanonicalizer
-
- releaseBuffered(OutputStream) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that can be called to push back any content that
has been read but not consumed by the parser.
- releaseBuffered(Writer) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Method that can be called to push back any content that
has been read but not consumed by the parser.
- releaseBuffered(Writer) - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
- releaseBuffered(OutputStream) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- releaseBuffers() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
Method called to indicate that the underlying buffers should now
be recycled if they haven't yet been recycled.
- releaseByteBuffer(BufferRecycler.ByteBufferType, byte[]) - 类 中的方法org.hotwheel.json.impl.jackson.BufferRecycler
-
- releaseCharBuffer(BufferRecycler.CharBufferType, char[]) - 类 中的方法org.hotwheel.json.impl.jackson.BufferRecycler
-
- releaseConcatBuffer(char[]) - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
-
- releaseNameCopyBuffer(char[]) - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
-
- releaseReadIOBuffer(byte[]) - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
-
Method to call when all the processing buffers can be safely
recycled.
- releaseTokenBuffer(char[]) - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
-
- releaseWriteEncodingBuffer(byte[]) - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
-
- reset() - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
-
- reset() - 接口 中的方法org.hotwheel.json.impl.jackson.InputAccessor
-
Method that can be called to reset accessor to read from beginning
of input.
- reset() - 类 中的方法org.hotwheel.json.impl.jackson.InputAccessor.Std
-
- reset() - 类 中的方法org.hotwheel.json.impl.jackson.MergedStream
-
- resetAndGetFirstSegment() - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
-
Method called when starting "manual" output: will clear out
current state and return the first segment buffer to fill
- resetWithCopy(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
- resetWithEmpty() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
Method called to clear out any content text buffer may have, and
initializes buffer to use non-shared data.
- resetWithShared(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
Method called to initialize the buffer with a shared copy of data;
this means that buffer will just have pointers to actual data.
- resetWithString(String) - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
-
- ResolvedType - org.hotwheel.json.impl.jackson中的类
-
Type abstraction that represents Java type that has been resolved
(i.e. has all generic information, if any, resolved to concrete
types).
- ResolvedType() - 类 的构造器org.hotwheel.json.impl.jackson.ResolvedType
-
- valueOf(String) - 枚举 中的静态方法org.hotwheel.json.impl.jackson.BufferRecycler.ByteBufferType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.hotwheel.json.impl.jackson.BufferRecycler.CharBufferType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JacksonParser.Feature
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JacksonParser.NumberType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JsonEncoding
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JsonFactory.Feature
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JsonGenerator.Feature
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JsonToken
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.hotwheel.json.impl.jackson.MatchStrength
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.BufferRecycler.ByteBufferType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.BufferRecycler.CharBufferType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JacksonParser.Feature
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JacksonParser.NumberType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JsonEncoding
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JsonFactory.Feature
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JsonGenerator.Feature
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.JsonToken
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.hotwheel.json.impl.jackson.MatchStrength
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- version() - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
Implemented with detection that tries to find "VERSION.txt" in same
package as the implementation class.
- version() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
-
Accessor for getting version of the core package, given a parser instance.
- version() - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
-
- version() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Accessor for finding out version of the bundle that provided this generator instance.
- version() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- version() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
-
- version() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
-
- version() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
-
- version() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- version() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
-
- Version - org.hotwheel.json.impl.jackson中的类
-
Object that encapsulates versioning information of a component.
- Version(int, int, int, String) - 类 的构造器org.hotwheel.json.impl.jackson.Version
-
- Version(int, int, int, String, String, String) - 类 的构造器org.hotwheel.json.impl.jackson.Version
-
- version() - 接口 中的方法org.hotwheel.json.impl.jackson.Versioned
-
Method called to detect version of the component that implements this interface;
returned version should never be null, but may return specific "not available"
instance (see
Version for details).
- version() - 类 中的方法org.hotwheel.json.impl.jackson.VersionUtil
-
- version() - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- VERSION_FILE - 类 中的静态变量org.hotwheel.json.impl.jackson.VersionUtil
-
- Versioned - org.hotwheel.json.impl.jackson中的接口
-
Interface that those Jackson components that are explicitly versioned will implement.
- versionFor(Class<?>) - 类 中的静态方法org.hotwheel.json.impl.jackson.VersionUtil
-
Helper method that will try to load version information for specified
class.
- VersionUtil - org.hotwheel.json.impl.jackson中的类
-
Functionality for supporting exposing of component
Versions.
- write(byte[]) - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
-
- write(byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
-
- write(int) - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
-
- write(char[]) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8Writer
-
- write(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8Writer
-
- write(int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8Writer
-
- write(String) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8Writer
-
- write(String, int, int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8Writer
-
- writeArrayFieldStart(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
(that will contain a JSON Array value), and the START_ARRAY marker.
- writeArrayValueSeparator(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
-
Method called after an array value has been completely
output, and before another value is to be output.
- writeArrayValueSeparator(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
-
Method called after an array value has been completely
output, and before another value is to be output.
- writeArrayValueSeparator(JsonGenerator) - 接口 中的方法org.hotwheel.json.impl.jackson.PrettyPrinter
-
Method called after an array value has been completely
output, and before another value is to be output.
- writeBinary(Base64Variant, byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method that will output given chunk of binary data as base64
encoded, as a complete String value (surrounded by double quotes).
- writeBinary(byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
- writeBinary(byte[]) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
- writeBinary(Base64Variant, byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeBinary(Base64Variant, byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeBinary(Base64Variant, byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeBinaryField(String, byte[]) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that contains specified data in base64-encoded form.
- writeBoolean(boolean) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for outputting literal Json boolean value (one of
Strings 'true' and 'false').
- writeBoolean(boolean) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeBoolean(boolean) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeBoolean(boolean) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeBooleanField(String, boolean) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has a boolean value.
- writeEndArray(JsonGenerator, int) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
-
- writeEndArray() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for writing closing marker of a JSON Array value
(character ']'; plus possible white space decoration
if pretty-printing is enabled).
- writeEndArray() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeEndArray(JsonGenerator, int) - 类 中的方法org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
-
- writeEndArray(JsonGenerator, int) - 接口 中的方法org.hotwheel.json.impl.jackson.PrettyPrinter
-
Method called after an Array value has been completely output
(minus closing bracket).
- writeEndArray() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeEndArray() - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeEndObject(JsonGenerator, int) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
-
- writeEndObject() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for writing closing marker of a JSON Object value
(character '}'; plus possible white space decoration
if pretty-printing is enabled).
- writeEndObject() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeEndObject(JsonGenerator, int) - 类 中的方法org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
-
- writeEndObject(JsonGenerator, int) - 接口 中的方法org.hotwheel.json.impl.jackson.PrettyPrinter
-
Method called after an Object value has been completely output
(minus closing curly bracket).
- writeEndObject() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeEndObject() - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeFieldName(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- writeFieldName(String) - 类 中的方法org.hotwheel.json.impl.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(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method similar to
JsonGenerator.writeFieldName(String), main difference
being that it may perform better as some of processing (such as
quoting of certain characters, or encoding into external encoding
if supported by generator) can be done just once and reused for
later calls.
- writeFieldName(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeFieldName(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeFieldName(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonWriteContext
-
Method that writer is to call before it writes a field name.
- writeFieldName(String) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeFieldName(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeFieldName(String) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeFieldName(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeIndentation(JsonGenerator, int) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter.FixedSpaceIndenter
-
- writeIndentation(JsonGenerator, int) - 接口 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter.Indenter
-
- writeIndentation(JsonGenerator, int) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter.Lf2SpacesIndenter
-
- writeIndentation(JsonGenerator, int) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter.NopIndenter
-
- writeNull() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for outputting literal Json null value.
- writeNull() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeNull() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeNull() - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeNullField(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has JSON literal value null.
- writeNumber(int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for outputting given value as Json number.
- writeNumber(long) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for outputting given value as Json number.
- writeNumber(BigInteger) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for outputting given value as Json number.
- writeNumber(double) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for outputting indicate Json numeric value.
- writeNumber(float) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for outputting indicate Json numeric value.
- writeNumber(BigDecimal) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for outputting indicate Json numeric value.
- writeNumber(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Write method that can be used for custom numeric types that can
not be (easily?)
- writeNumber(int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeNumber(long) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeNumber(BigInteger) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeNumber(double) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeNumber(float) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeNumber(BigDecimal) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeNumber(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeNumber(int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeNumber(long) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeNumber(BigInteger) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeNumber(double) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeNumber(float) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeNumber(BigDecimal) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeNumber(String) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeNumber(int) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeNumber(long) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeNumber(BigInteger) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeNumber(double) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeNumber(float) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeNumber(BigDecimal) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeNumber(String) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeNumberField(String, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has the specified numeric value.
- writeNumberField(String, long) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has the specified numeric value.
- writeNumberField(String, double) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has the specified numeric value.
- writeNumberField(String, float) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has the specified numeric value.
- writeNumberField(String, BigDecimal) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has the specified numeric value.
- writeObject(Object) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- writeObject(Object) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for writing given Java object (POJO) as Json.
- writeObject(Object) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeObjectEntrySeparator(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
-
Method called after an object entry (field:value) has been completely
output, and before another value is to be output.
- writeObjectEntrySeparator(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
-
Method called after an object entry (field:value) has been completely
output, and before another value is to be output.
- writeObjectEntrySeparator(JsonGenerator) - 接口 中的方法org.hotwheel.json.impl.jackson.PrettyPrinter
-
Method called after an object entry (field:value) has been completely
output, and before another value is to be output.
- writeObjectField(String, Object) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has contents of specific Java object as its value.
- writeObjectFieldStart(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
(that will contain a JSON Object value), and the START_OBJECT marker.
- writeObjectFieldValueSeparator(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
-
Method called after an object field has been output, but
before the value is output.
- writeObjectFieldValueSeparator(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
-
Method called after an object field has been output, but
before the value is output.
- writeObjectFieldValueSeparator(JsonGenerator) - 接口 中的方法org.hotwheel.json.impl.jackson.PrettyPrinter
-
Method called after an object field has been output, but
before the value is output.
- writeQuotedUTF8(OutputStream) - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
-
- writeRaw(String) - 类 中的方法org.hotwheel.json.impl.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) - 类 中的方法org.hotwheel.json.impl.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) - 类 中的方法org.hotwheel.json.impl.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) - 类 中的方法org.hotwheel.json.impl.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) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeRaw(String, int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeRaw(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeRaw(char) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeRaw(String) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeRaw(String, int, int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeRaw(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeRaw(char) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeRaw(String) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeRaw(String, int, int) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeRaw(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeRaw(char) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeRawUTF8String(byte[], int, int) - 类 中的方法org.hotwheel.json.impl.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) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeRawUTF8String(byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeRawUTF8String(byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeRawValue(String) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- writeRawValue(String, int, int) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- writeRawValue(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- writeRawValue(String) - 类 中的方法org.hotwheel.json.impl.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) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
- writeRawValue(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
- writeRawValue(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeRawValue(String, int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeRawValue(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- WriterBasedJsonGenerator - org.hotwheel.json.impl.jackson中的类
-
- WriterBasedJsonGenerator(IOContext, int, ObjectCodec, Writer) - 类 的构造器org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeRootValueSeparator(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
-
- writeRootValueSeparator(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
-
- writeRootValueSeparator(JsonGenerator) - 接口 中的方法org.hotwheel.json.impl.jackson.PrettyPrinter
-
Method called after a root-level value has been completely
output, and before another value is to be output.
- writeStartArray(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
-
- writeStartArray() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for writing starting marker of a JSON Array value
(character '['; plus possible white space decoration
if pretty-printing is enabled).
- writeStartArray() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeStartArray(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
-
- writeStartArray(JsonGenerator) - 接口 中的方法org.hotwheel.json.impl.jackson.PrettyPrinter
-
Method called when an Array value is to be output, before
any member/child values are output.
- writeStartArray() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeStartArray() - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeStartObject(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
-
- writeStartObject() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for writing starting marker of a JSON Object value
(character '{'; plus possible white space decoration
if pretty-printing is enabled).
- writeStartObject() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeStartObject(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
-
- writeStartObject(JsonGenerator) - 接口 中的方法org.hotwheel.json.impl.jackson.PrettyPrinter
-
Method called when an Object value is to be output, before
any fields are output.
- writeStartObject() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeStartObject() - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeString(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- writeString(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for outputting a String value.
- writeString(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for outputting a String value.
- writeString(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
- writeString(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeString(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeString(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeString(String) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeString(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeString(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeString(String) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeString(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeString(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeStringField(String, String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has a String value.
- writeStringField(String, String) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeStringField(String, String) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeTree(TreeNode) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
-
- writeTree(TreeNode) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
-
Method for writing given JSON tree (expressed as a tree
where given JsonNode is the root) using this generator.
- writeTree(TreeNode) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeUnquotedUTF8(OutputStream) - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
-
- writeUTF8String(byte[], int, int) - 类 中的方法org.hotwheel.json.impl.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) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
-
- writeUTF8String(byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
-
- writeUTF8String(byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
-
- writeValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonWriteContext
-
- writeValue(JsonGenerator, Object) - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
-
Method to serialize given Java Object, using generator
provided.