跳过导航链接
A B C D E F G H I J L M N O P R S T U V W _ 

A

addName(String, int, int) - 类 中的方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
 
addName(String, int[], int) - 类 中的方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
 
allocByteBuffer(BufferRecycler.ByteBufferType) - 类 中的方法org.hotwheel.json.impl.jackson.BufferRecycler
 
allocCharBuffer(BufferRecycler.CharBufferType) - 类 中的方法org.hotwheel.json.impl.jackson.BufferRecycler
 
allocCharBuffer(BufferRecycler.CharBufferType, int) - 类 中的方法org.hotwheel.json.impl.jackson.BufferRecycler
 
allocConcatBuffer() - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
 
allocNameCopyBuffer(int) - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
 
allocReadIOBuffer() - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
Note: the method can only be called once during its life cycle.
allocTokenBuffer() - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
 
allocWriteEncodingBuffer() - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
 
append(int) - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
 
append(char) - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
 
append(char[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
 
append(String, int, int) - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
 
append(char) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8Writer
 
appendQuoted(StringBuilder, String) - 类 中的静态方法org.hotwheel.json.impl.jackson.CharTypes
 
appendQuoted(char[], int) - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
Method that will append quoted characters of this String into given buffer.
appendQuotedUTF8(byte[], int) - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
Method that will append quoted UTF-8 bytes of this String into given buffer, if there is enough room; if not, returns -1.
appendThreeBytes(int) - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
 
appendTwoBytes(int) - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
 
appendUnquoted(char[], int) - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
Method that will append unquoted characters of this String into given buffer.
appendUnquotedUTF8(byte[], int) - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
Method that will append unquoted ('raw') UTF-8 bytes of this String into given buffer.
asByteArray() - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonToken
 
asCharArray() - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonToken
 
asQuotedChars() - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
Returns JSON quoted form of the String, as character array.
asQuotedUTF8() - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
Returns UTF-8 encoded version of JSON-quoted String.
asString() - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonToken
 
asToken() - 接口 中的方法org.hotwheel.json.impl.jackson.TreeNode
Method that can be used for efficient type detection when using stream abstraction for traversing nodes.
asUnquotedUTF8() - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
Returns UTF-8 encoded version of unquoted String.
available() - 类 中的方法org.hotwheel.json.impl.jackson.MergedStream
 

B

BASE64_VALUE_INVALID - 类 中的静态变量org.hotwheel.json.impl.jackson.Base64Variant
Marker used to denote ascii characters that do not correspond to a 6-bit value (in this variant), and is not used as a padding character.
BASE64_VALUE_PADDING - 类 中的静态变量org.hotwheel.json.impl.jackson.Base64Variant
Marker used to denote ascii character (in decoding table) that is the padding character using this variant (if any).
Base64Variant - org.hotwheel.json.impl.jackson中的类
Abstract base class used to define specific details of which variant of Base64 encoding/decoding is to be used.
Base64Variant(String, String, boolean, char, int) - 类 的构造器org.hotwheel.json.impl.jackson.Base64Variant
 
Base64Variant(Base64Variant, String, int) - 类 的构造器org.hotwheel.json.impl.jackson.Base64Variant
"Copy constructor" that can be used when the base alphabet is identical to one used by another variant except for the maximum line length (and obviously, name).
Base64Variant(Base64Variant, String, boolean, char, int) - 类 的构造器org.hotwheel.json.impl.jackson.Base64Variant
"Copy constructor" that can be used when the base alphabet is identical to one used by another variant, but other details (padding, maximum line length) differ
Base64Variants - org.hotwheel.json.impl.jackson中的类
Container for commonly used Base64 variants.
Base64Variants() - 类 的构造器org.hotwheel.json.impl.jackson.Base64Variants
 
beforeArrayValues(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
 
beforeArrayValues(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
 
beforeArrayValues(JsonGenerator) - 接口 中的方法org.hotwheel.json.impl.jackson.PrettyPrinter
Method called after array start marker has been output, and right before the first value is to be output.
beforeObjectEntries(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
 
beforeObjectEntries(JsonGenerator) - 类 中的方法org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
 
beforeObjectEntries(JsonGenerator) - 接口 中的方法org.hotwheel.json.impl.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.
BufferRecycler - org.hotwheel.json.impl.jackson中的类
This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.
BufferRecycler() - 类 的构造器org.hotwheel.json.impl.jackson.BufferRecycler
 
BufferRecycler.ByteBufferType - org.hotwheel.json.impl.jackson中的枚举
 
BufferRecycler.CharBufferType - org.hotwheel.json.impl.jackson中的枚举
 
ByteArrayBuilder - org.hotwheel.json.impl.jackson中的类
Helper class that is similar to ByteArrayOutputStream in usage, but more geared to Jackson use cases internally.
ByteArrayBuilder() - 类 的构造器org.hotwheel.json.impl.jackson.ByteArrayBuilder
 
ByteArrayBuilder(BufferRecycler) - 类 的构造器org.hotwheel.json.impl.jackson.ByteArrayBuilder
 
ByteArrayBuilder(int) - 类 的构造器org.hotwheel.json.impl.jackson.ByteArrayBuilder
 
ByteArrayBuilder(BufferRecycler, int) - 类 的构造器org.hotwheel.json.impl.jackson.ByteArrayBuilder
 
ByteSourceJsonBootstrapper - org.hotwheel.json.impl.jackson中的类
This class is used to determine the encoding of byte stream that is to contain JSON content.
ByteSourceJsonBootstrapper(IOContext, InputStream) - 类 的构造器org.hotwheel.json.impl.jackson.ByteSourceJsonBootstrapper
 
ByteSourceJsonBootstrapper(IOContext, byte[], int, int) - 类 的构造器org.hotwheel.json.impl.jackson.ByteSourceJsonBootstrapper
 
BytesToNameCanonicalizer - org.hotwheel.json.impl.jackson中的类
This class is basically a caching symbol table implementation used for canonicalizing Names, constructed directly from a byte-based input source.

C

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
Method that can be used to verify that given schema can be used with this parser (using JacksonParser.setSchema(org.hotwheel.json.impl.jackson.FormatSchema)).
canUseSchema(FormatSchema) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
Method that can be used to verify that given schema can be used with this generator (using JsonGenerator.setSchema(org.hotwheel.json.impl.jackson.FormatSchema)).
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
Method called to "consume" the current token by effectively removing it so that JacksonParser.hasCurrentToken() returns false, and JacksonParser.getCurrentToken() null).
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
Method for enabling or disabling specified feature (check JacksonParser.Feature for list of features)
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
 

D

DataFormatMatcher - org.hotwheel.json.impl.jackson中的类
Result object constructed by DataFormatDetector when requested to detect format of given input data.
decodeBase64Byte(byte) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
 
decodeBase64Char(char) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
 
decodeBase64Char(int) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
 
decorate(IOContext, InputStream) - 类 中的方法org.hotwheel.json.impl.jackson.InputDecorator
Method called by JsonFactory instance when creating parser given an InputStream, when this decorator has been registered.
decorate(IOContext, byte[], int, int) - 类 中的方法org.hotwheel.json.impl.jackson.InputDecorator
Method called by JsonFactory instance when creating parser on given "raw" byte source.
decorate(IOContext, Reader) - 类 中的方法org.hotwheel.json.impl.jackson.InputDecorator
Method called by JsonFactory instance when creating parser given an Reader, when this decorator has been registered.
decorate(IOContext, OutputStream) - 类 中的方法org.hotwheel.json.impl.jackson.OutputDecorator
Method called by JsonFactory instance when creating generator for given OutputStream, when this decorator has been registered.
decorate(IOContext, Writer) - 类 中的方法org.hotwheel.json.impl.jackson.OutputDecorator
Method called by JsonFactory instance when creating generator for given Writer, when this decorator has been registered.
DEFAULT_ROOT_VALUE_SEPARATOR - 类 中的静态变量org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
Default String used for separating root values is single space.
DEFAULT_WRITE_CONCAT_BUFFER_LEN - 类 中的静态变量org.hotwheel.json.impl.jackson.BufferRecycler
 
DefaultPrettyPrinter - org.hotwheel.json.impl.jackson中的类
Default PrettyPrinter implementation that uses 2-space indentation with platform-default linefeeds.
DefaultPrettyPrinter() - 类 的构造器org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
 
DefaultPrettyPrinter.FixedSpaceIndenter - org.hotwheel.json.impl.jackson中的类
This is a very simple indenter that only every adds a single space for indentation.
DefaultPrettyPrinter.Indenter - org.hotwheel.json.impl.jackson中的接口
Interface that defines objects that can produce indentation used to separate object entries and array values.
DefaultPrettyPrinter.Lf2SpacesIndenter - org.hotwheel.json.impl.jackson中的类
Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.
DefaultPrettyPrinter.NopIndenter - org.hotwheel.json.impl.jackson中的类
Dummy implementation that adds no indentation whatsoever
detectEncoding() - 类 中的方法org.hotwheel.json.impl.jackson.ByteSourceJsonBootstrapper
Method that should be called after constructing an instace.
disable(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
 
disable(JacksonParser.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method for disabling specified feature (check JacksonParser.Feature for list of features)
disable(JsonFactory.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
Method for disabling specified parser features (check JsonFactory.Feature for list of features)
disable(JacksonParser.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
Method for disabling specified parser features (check JacksonParser.Feature for list of features)
disable(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
Method for disabling specified generator feature (check JsonGenerator.Feature for list of features)
disable(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
Method for disabling specified features (check JsonGenerator.Feature for list of features)
disable(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
 
disable(JacksonParser.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
 

E

emptyAndGetCurrentSegment() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
 
enable(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
 
enable(JacksonParser.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method for enabling specified parser feature (check JacksonParser.Feature for list of features)
enable(JsonFactory.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
Method for enabling specified parser feature (check JsonFactory.Feature for list of features)
enable(JacksonParser.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
Method for enabling specified parser feature (check JacksonParser.Feature for list of features)
enable(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
Method for enabling specified generator features (check JsonGenerator.Feature for list of features)
enable(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
Method for enabling specified parser features: check JsonGenerator.Feature for list of available features.
enable(JsonGenerator.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
 
enable(JacksonParser.Feature) - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
 
enabledByDefault() - 枚举 中的方法org.hotwheel.json.impl.jackson.JacksonParser.Feature
 
enabledByDefault() - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonFactory.Feature
 
enabledByDefault() - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonGenerator.Feature
 
enabledIn(int) - 枚举 中的方法org.hotwheel.json.impl.jackson.JsonFactory.Feature
 
encode(byte[]) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
Convenience method for converting given byte array as base64 encoded String using this variant's settings.
encode(byte[], boolean) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
Convenience method for converting given byte array as base64 encoded String using this variant's settings, optionally enclosed in double-quotes.
encodeBase64BitsAsByte(int) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
 
encodeBase64BitsAsChar(int) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
 
encodeBase64Chunk(int, char[], int) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
Method that encodes given right-aligned (LSB) 24-bit value into 4 base64 characters, stored in given result buffer.
encodeBase64Chunk(StringBuilder, int) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
 
encodeBase64Chunk(int, byte[], int) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
Method that encodes given right-aligned (LSB) 24-bit value into 4 base64 bytes (ascii), stored in given result buffer.
encodeBase64Partial(int, int, char[], int) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
Method that outputs partial chunk (which only encodes one or two bytes of data).
encodeBase64Partial(StringBuilder, int, int) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
 
encodeBase64Partial(int, int, byte[], int) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
Method that outputs partial chunk (which only encodes one or two bytes of data).
ensureNotShared() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
Method called to make sure that buffer is not using shared input buffer; if it is, it will copy such contents to private buffer.
equals(Object) - 类 中的方法org.hotwheel.json.impl.jackson.JsonLocation
 
equals(int) - 类 中的方法org.hotwheel.json.impl.jackson.Name
 
equals(int, int) - 类 中的方法org.hotwheel.json.impl.jackson.Name
 
equals(int[], int) - 类 中的方法org.hotwheel.json.impl.jackson.Name
 
equals(Object) - 类 中的方法org.hotwheel.json.impl.jackson.Name
 
equals(int) - 类 中的方法org.hotwheel.json.impl.jackson.Name1
 
equals(int, int) - 类 中的方法org.hotwheel.json.impl.jackson.Name1
 
equals(int[], int) - 类 中的方法org.hotwheel.json.impl.jackson.Name1
 
equals(int) - 类 中的方法org.hotwheel.json.impl.jackson.Name2
 
equals(int, int) - 类 中的方法org.hotwheel.json.impl.jackson.Name2
 
equals(int[], int) - 类 中的方法org.hotwheel.json.impl.jackson.Name2
 
equals(int) - 类 中的方法org.hotwheel.json.impl.jackson.Name3
 
equals(int, int) - 类 中的方法org.hotwheel.json.impl.jackson.Name3
 
equals(int[], int) - 类 中的方法org.hotwheel.json.impl.jackson.Name3
 
equals(int) - 类 中的方法org.hotwheel.json.impl.jackson.NameN
 
equals(int, int) - 类 中的方法org.hotwheel.json.impl.jackson.NameN
 
equals(int[], int) - 类 中的方法org.hotwheel.json.impl.jackson.NameN
 
equals(Object) - 类 中的方法org.hotwheel.json.impl.jackson.Version
 
ESCAPE_CUSTOM - 类 中的静态变量org.hotwheel.json.impl.jackson.CharacterEscapes
Value used for lookup tables to indicate that matching characters will need custom escapes; and that another call to CharacterEscapes.getEscapeSequence(int) is needed to figure out exact escape sequence to output.
ESCAPE_NONE - 类 中的静态变量org.hotwheel.json.impl.jackson.CharacterEscapes
Value used for lookup tables to indicate that matching characters do not need to be escaped.
ESCAPE_STANDARD - 类 中的静态变量org.hotwheel.json.impl.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.
expandCurrentSegment() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
Method called to expand size of the current segment, to accomodate for more contiguous content.
expectComma() - 类 中的方法org.hotwheel.json.impl.jackson.JsonReadContext
 

F

findName(int) - 类 中的方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
Finds and returns name matching the specified symbol, if such name already exists in the table.
findName(int, int) - 类 中的方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
Finds and returns name matching the specified symbol, if such name already exists in the table.
findName(int[], int) - 类 中的方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
Finds and returns name matching the specified symbol, if such name already exists in the table; or if not, creates name object, adds to the table, and returns it.
findSymbol(char[], int, int, int) - 类 中的方法org.hotwheel.json.impl.jackson.CharsToNameCanonicalizer
 
finishCurrentSegment() - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
Method called when the current segment buffer is full; will append to current contents, allocate a new segment buffer and return it
finishCurrentSegment() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
 
FixedSpaceIndenter() - 类 的构造器org.hotwheel.json.impl.jackson.DefaultPrettyPrinter.FixedSpaceIndenter
 
flush() - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
 
flush() - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
 
flush() - 类 中的方法org.hotwheel.json.impl.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() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
 
flush() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
 
flush() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8Writer
 
flush() - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
 
FORMAT_NAME_JSON - 类 中的静态变量org.hotwheel.json.impl.jackson.JsonFactory
Name used to identify JSON format (and returned by JsonFactory.getFormatName()
FormatSchema - org.hotwheel.json.impl.jackson中的接口
Simple tag interface used to mark schema objects that are used by some JacksonParser and JsonGenerator implementations to further specify structure of expected format.

G

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
Convenience alternative to JacksonParser.getBinaryValue(Base64Variant) that defaults to using Base64Variants.getDefaultVariant() as the default encoding.
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
Convenience accessor that can be called when the current token is JsonToken.VALUE_TRUE or JsonToken.VALUE_FALSE.
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
Method for accessing the object used for writing Java object as Json content (using method JsonGenerator.writeObject(java.lang.Object)).
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
Numeric accessor that can be called when the current token is of type JsonToken.VALUE_NUMBER_FLOAT or JsonToken.VALUE_NUMBER_INT.
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
Accessor that can be called if (and only if) the current token is JsonToken.VALUE_EMBEDDED_OBJECT.
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
Accessor for finding JsonFactory codec will use.
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
Method that can be called to get the last token that was cleared using JacksonParser.clearCurrentToken().
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
Method for accessing strength of the match, if any; if no match, will return MatchStrength.INCONCLUSIVE.
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
If current token is of type JsonToken.VALUE_NUMBER_INT or JsonToken.VALUE_NUMBER_FLOAT, returns one of JacksonParser.NumberType constants; otherwise returns null.
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
Accessor used with JacksonParser.getTextCharacters(), to know length of String stored in returned buffer.
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
Accessor used with JacksonParser.getTextCharacters(), to know offset of the first text content character within buffer.
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
 

H

hasCurrentToken() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method for checking whether parser currently points to a token (and data for that token is available).
hasCurrentToken() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
 
hasCurrentToken() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
 
hasFormat(InputAccessor) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
 
hasGenericTypes() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
Method that can be used to find out if the type directly declares generic parameters (for its direct super-class and/or super-interfaces).
hashCode() - 类 中的方法org.hotwheel.json.impl.jackson.JsonLocation
 
hashCode() - 类 中的方法org.hotwheel.json.impl.jackson.Name
 
hashCode() - 类 中的方法org.hotwheel.json.impl.jackson.Version
 
hasJSONFormat(InputAccessor) - 类 中的静态方法org.hotwheel.json.impl.jackson.ByteSourceJsonBootstrapper
Current implementation is not as thorough as other functionality (ByteSourceJsonBootstrapper); supports UTF-8, for example.
hasMatch() - 类 中的方法org.hotwheel.json.impl.jackson.DataFormatMatcher
Accessor to use to see if any formats matched well enough with the input data.
hasMoreBytes() - 接口 中的方法org.hotwheel.json.impl.jackson.InputAccessor
Method to call to check if more input is available.
hasMoreBytes() - 类 中的方法org.hotwheel.json.impl.jackson.InputAccessor.Std
 
hasRawClass(Class<?>) - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
 
hasTextAsCharacters() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
Method that can be used to check whether textual contents can be efficiently accessed using TextBuffer.getTextBuffer().
hasTextCharacters() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method that can be used to determine whether calling of JacksonParser.getTextCharacters() would be the most efficient way to access textual content for the event parser currently points to.
hasTextCharacters() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
 
hasTextCharacters() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
 
hasTextCharacters() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
 

I

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
Similar to NumberInput.inLongRange(char[], int, int, boolean), but with String argument
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
Method for checking whether specified JacksonParser.Feature is enabled.
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
 

J

JacksonParser - org.hotwheel.json.impl.jackson中的类
Base class that defines public API for reading JSON content.
JacksonParser.Feature - org.hotwheel.json.impl.jackson中的枚举
Enumeration that defines all on/off features for parsers.
JacksonParser.NumberType - org.hotwheel.json.impl.jackson中的枚举
Enumeration of possible "native" (optimal) types that can be used for numbers.
JsonAdapter - org.hotwheel.json中的类
JsonAdapter
JsonEncoding - org.hotwheel.json.impl.jackson中的枚举
Enumeration that defines legal encodings that can be used for JSON content, based on list of allowed encodings from JSON specification.
JsonFactory - org.hotwheel.json.impl.jackson中的类
The main factory class of Jackson package, used to configure and construct reader (aka parser, JacksonParser) and writer (aka generator, JsonGenerator) instances.
JsonFactory() - 类 的构造器org.hotwheel.json.impl.jackson.JsonFactory
Default constructor used to create factory instances.
JsonFactory(ObjectCodec) - 类 的构造器org.hotwheel.json.impl.jackson.JsonFactory
 
JsonFactory.Feature - org.hotwheel.json.impl.jackson中的枚举
Enumeration that defines all on/off features that can only be changed for JsonFactory.
JsonGenerationException - org.hotwheel.json.impl.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) - 异常错误 的构造器org.hotwheel.json.impl.jackson.JsonGenerationException
 
JsonGenerationException(String) - 异常错误 的构造器org.hotwheel.json.impl.jackson.JsonGenerationException
 
JsonGenerationException(String, Throwable) - 异常错误 的构造器org.hotwheel.json.impl.jackson.JsonGenerationException
 
JsonGenerator - org.hotwheel.json.impl.jackson中的类
Base class that defines public API for writing JSON content.
JsonGenerator.Feature - org.hotwheel.json.impl.jackson中的枚举
Enumeration that defines all togglable features for generators.
JsonGeneratorDelegate - org.hotwheel.json.impl.jackson中的类
 
JsonGeneratorDelegate(JsonGenerator) - 类 的构造器org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
 
JsonLocation - org.hotwheel.json.impl.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) - 类 的构造器org.hotwheel.json.impl.jackson.JsonLocation
 
JsonLocation(Object, long, long, int, int) - 类 的构造器org.hotwheel.json.impl.jackson.JsonLocation
 
JsonParseException - org.hotwheel.json.impl.jackson中的异常错误
Exception type for parsing problems, used when non-well-formed content (content that does not conform to JSON syntax as per specification) is encountered.
JsonParseException(String, JsonLocation) - 异常错误 的构造器org.hotwheel.json.impl.jackson.JsonParseException
 
JsonParseException(String, JsonLocation, Throwable) - 异常错误 的构造器org.hotwheel.json.impl.jackson.JsonParseException
 
JsonParserDelegate - org.hotwheel.json.impl.jackson中的类
Helper class that implements delegation pattern for JacksonParser, to allow for simple overridability of basic parsing functionality.
JsonParserDelegate(JacksonParser) - 类 的构造器org.hotwheel.json.impl.jackson.JsonParserDelegate
 
JsonParserSequence - org.hotwheel.json.impl.jackson中的类
Helper class that can be used to sequence multiple physical JacksonParsers to create a single logical sequence of tokens, as a single JacksonParser.
JsonProcessingException - org.hotwheel.json.impl.jackson中的异常错误
Intermediate base class for all problems encountered when processing (parsing, generating) JSON content that are not pure I/O problems.
JsonReadContext - org.hotwheel.json.impl.jackson中的类
Extension of JsonStreamContext, which implements core methods needed, and also exposes more complete API to parser implementation classes.
JsonReadContext(JsonReadContext, int, int, int) - 类 的构造器org.hotwheel.json.impl.jackson.JsonReadContext
 
JsonStreamContext - org.hotwheel.json.impl.jackson中的类
Shared base class for streaming processing contexts used during reading and writing of Json content using Streaming API.
JsonToken - org.hotwheel.json.impl.jackson中的枚举
Enumeration for basic token types used for returning results of parsing JSON content.
JsonWriteContext - org.hotwheel.json.impl.jackson中的类
Extension of JsonStreamContext, which implements core methods needed, and also exposes more complete API to generator implementation classes.

L

Lf2SpacesIndenter() - 类 的构造器org.hotwheel.json.impl.jackson.DefaultPrettyPrinter.Lf2SpacesIndenter
 

M

makeChild(boolean, boolean) - 类 中的方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
 
makeChild(boolean, boolean) - 类 中的方法org.hotwheel.json.impl.jackson.CharsToNameCanonicalizer
"Factory" method; will create a new child instance of this symbol table.
mark(int) - 类 中的方法org.hotwheel.json.impl.jackson.MergedStream
 
markSupported() - 类 中的方法org.hotwheel.json.impl.jackson.MergedStream
 
MatchStrength - org.hotwheel.json.impl.jackson中的枚举
Enumeration used to indicate strength of match between data format and piece of data (typically beginning of a data file).
mavenVersionFor(ClassLoader, String, String) - 类 中的静态方法org.hotwheel.json.impl.jackson.VersionUtil
Will attempt to load the maven version for the given groupId and artifactId.
maybeDirty() - 类 中的方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
Method called to check to quickly see if a child symbol table may have gotten additional entries.
maybeDirty() - 类 中的方法org.hotwheel.json.impl.jackson.CharsToNameCanonicalizer
 
MergedStream - org.hotwheel.json.impl.jackson中的类
Simple InputStream implementation that is used to "unwind" some data previously read from an input stream; so that as long as some of that data remains, it's returned; but as long as it's read, we'll just use data from the underlying original stream.
MergedStream(IOContext, InputStream, byte[], int, int) - 类 的构造器org.hotwheel.json.impl.jackson.MergedStream
 
MIME - 类 中的静态变量org.hotwheel.json.impl.jackson.Base64Variants
This variant is what most people would think of "the standard" Base64 encoding.
MIME_NO_LINEFEEDS - 类 中的静态变量org.hotwheel.json.impl.jackson.Base64Variants
Slightly non-standard modification of Base64Variants.MIME which does not use linefeeds (max line length set to infinite).
MinimalPrettyPrinter - org.hotwheel.json.impl.jackson中的类
PrettyPrinter implementation that adds no indentation, just implements everything necessary for value output to work as expected, and provide simpler extension points to allow for creating simple custom implementations that add specific decoration or overrides.
MinimalPrettyPrinter() - 类 的构造器org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
 
MinimalPrettyPrinter(String) - 类 的构造器org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
 
MODIFIED_FOR_URL - 类 中的静态变量org.hotwheel.json.impl.jackson.Base64Variants
This non-standard variant is usually used when encoded data needs to be passed via URLs (such as part of GET request).

N

NA - 类 中的静态变量org.hotwheel.json.impl.jackson.JsonLocation
Shared immutable "N/A location" that can be returned to indicate that no location information is available
Name - org.hotwheel.json.impl.jackson中的类
Base class for tokenized names (key strings in objects) that have been tokenized from byte-based input sources (like InputStream.
Name1 - org.hotwheel.json.impl.jackson中的类
Specialized implementation of PName: can be used for short Strings that consists of at most 4 bytes.
Name2 - org.hotwheel.json.impl.jackson中的类
Specialized implementation of PName: can be used for short Strings that consists of 5 to 8 bytes.
Name3 - org.hotwheel.json.impl.jackson中的类
Specialized implementation of PName: can be used for short Strings that consists of 9 to 12 bytes.
NameN - org.hotwheel.json.impl.jackson中的类
Generic implementation of PName used for "long" names, where long means that its byte (UTF-8) representation is 13 bytes or more.
NASTY_SMALL_DOUBLE - 类 中的静态变量org.hotwheel.json.impl.jackson.NumberInput
Textual representation of a double constant that can cause nasty problems with JDK (see http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308).
nextBooleanValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method that fetches next token (as if calling JacksonParser.nextToken()) and if it is JsonToken.VALUE_TRUE or JsonToken.VALUE_FALSE returns matching Boolean value; otherwise return null.
nextBooleanValue() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
 
nextBooleanValue() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
 
nextByte() - 接口 中的方法org.hotwheel.json.impl.jackson.InputAccessor
Returns next byte available, if any; if no more bytes are available, will throw EOFException.
nextByte() - 类 中的方法org.hotwheel.json.impl.jackson.InputAccessor.Std
 
nextFieldName(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method that fetches next token (as if calling JacksonParser.nextToken()) and verifies whether it is JsonToken.FIELD_NAME with specified name and returns result of that comparison.
nextFieldName(SerializableString) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
 
nextIntValue(int) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method that fetches next token (as if calling JacksonParser.nextToken()) and if it is JsonToken.VALUE_NUMBER_INT returns 32-bit int value; otherwise returns specified default value It is functionally equivalent to: return (nextToken() == JsonToken.VALUE_NUMBER_INT) ?
nextIntValue(int) - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
 
nextIntValue(int) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
 
nextLongValue(long) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method that fetches next token (as if calling JacksonParser.nextToken()) and if it is JsonToken.VALUE_NUMBER_INT returns 64-bit long value; otherwise returns specified default value It is functionally equivalent to: return (nextToken() == JsonToken.VALUE_NUMBER_INT) ?
nextLongValue(long) - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
 
nextLongValue(long) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
 
nextTextValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method that fetches next token (as if calling JacksonParser.nextToken()) and if it is JsonToken.VALUE_STRING returns contained String value; otherwise returns null.
nextTextValue() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
 
nextTextValue() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
 
nextToken() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Main iteration method, which will advance stream enough to determine type of the next token, if any.
nextToken() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
 
nextToken() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserSequence
 
nextToken() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
 
nextToken() - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
 
nextToken() - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
 
nextValue() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Iteration method that will advance stream enough to determine type of the next token that is a value type (including JSON Array and Object start/end markers).
nextValue() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
 
nextValue() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
 
NopIndenter() - 类 的构造器org.hotwheel.json.impl.jackson.DefaultPrettyPrinter.NopIndenter
 
NumberInput - org.hotwheel.json.impl.jackson中的类
 
NumberInput() - 类 的构造器org.hotwheel.json.impl.jackson.NumberInput
 
NumberOutput - org.hotwheel.json.impl.jackson中的类
 
NumberOutput() - 类 的构造器org.hotwheel.json.impl.jackson.NumberOutput
 
numberType() - 接口 中的方法org.hotwheel.json.impl.jackson.TreeNode
If this node is a numeric type (as per JsonToken.isNumeric()), returns native type that node uses to store the numeric value; otherwise returns null.

O

ObjectCodec - org.hotwheel.json.impl.jackson中的类
Abstract class that defines the interface that JacksonParser and JsonGenerator use to serialize and deserialize regular Java objects (POJOs aka Beans).
org.hotwheel.json - 程序包 org.hotwheel.json
 
org.hotwheel.json.impl.jackson - 程序包 org.hotwheel.json.impl.jackson
 
OutputDecorator - org.hotwheel.json.impl.jackson中的类
Handler class that can be used to decorate output destinations.
OutputDecorator() - 类 的构造器org.hotwheel.json.impl.jackson.OutputDecorator
 
outputInt(int, char[], int) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberOutput
 
outputInt(int, byte[], int) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberOutput
 
outputLong(long, char[], int) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberOutput
 
outputLong(long, byte[], int) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberOutput
 
overrideCurrentName(String) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method that can be used to change what is considered to be the current (field) name.
overrideCurrentName(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
 
overrideCurrentName(String) - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
 
overrideCurrentName(String) - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
 

P

parse(String) - 类 中的静态方法org.hotwheel.json.JsonAdapter
 
parse(String, boolean) - 类 中的静态方法org.hotwheel.json.JsonAdapter
 
parseAsDouble(String, double) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberInput
 
parseAsInt(String, int) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberInput
 
parseAsLong(String, long) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberInput
 
parseDouble(String) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberInput
 
parseInt(char[], int, int) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberInput
Fast method for parsing integers that are known to fit into regular 32-bit signed int type.
parseInt(String) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberInput
Helper method to (more) efficiently parse integer numbers from String values.
parseLong(char[], int, int) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberInput
 
parseLong(String) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberInput
 
ParserBase - org.hotwheel.json.impl.jackson中的类
Intermediate base class used by all Jackson JacksonParser implementations.
ParserMinimalBase - org.hotwheel.json.impl.jackson中的类
Intermediate base class used by all Jackson JacksonParser implementations, but does not add any additional fields that depend on particular method of obtaining input.
parseVersion(String) - 类 中的静态方法org.hotwheel.json.impl.jackson.VersionUtil
已过时。 
parseVersion(String, String, String) - 类 中的静态方法org.hotwheel.json.impl.jackson.VersionUtil
 
PEM - 类 中的静态变量org.hotwheel.json.impl.jackson.Base64Variants
This variant is the one that predates Base64Variants.MIME: it is otherwise identical, except that it mandates shorter line length.
PrettyPrinter - org.hotwheel.json.impl.jackson中的接口
Interface for objects that implement pretty printer functionality, such as indentation.
putQuotedUTF8(ByteBuffer) - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
 
putUnquotedUTF8(ByteBuffer) - 接口 中的方法org.hotwheel.json.impl.jackson.SerializableString
 

R

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
 

S

SerializableString - org.hotwheel.json.impl.jackson中的接口
Interface that defines how Jackson package can interact with efficient pre-serialized or lazily-serialized and reused String representations.
setCharacterEscapes(CharacterEscapes) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
Method for defining custom escapes factory uses for JsonGenerator s it creates.
setCharacterEscapes(CharacterEscapes) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
Method for defining custom escapes factory uses for JsonGenerators it creates.
setCharacterEscapes(CharacterEscapes) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
 
setCharacterEscapes(CharacterEscapes) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
 
setCodec(ObjectCodec) - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
 
setCodec(ObjectCodec) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Setter that allows defining ObjectCodec associated with this parser, if any.
setCodec(ObjectCodec) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
Method for associating a ObjectCodec (typically a com.fasterxml.jackson.databind.ObjectMapper) with this factory (and more importantly, parsers and generators it constructs).
setCodec(ObjectCodec) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
Method that can be called to set or reset the object to use for writing Java objects as JsonContent (using method JsonGenerator.writeObject(java.lang.Object)).
setCodec(ObjectCodec) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
 
setCodec(ObjectCodec) - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
 
setCodec(ObjectCodec) - 类 中的方法org.hotwheel.json.impl.jackson.ReaderBasedJsonParser
 
setCodec(ObjectCodec) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
 
setCurrentLength(int) - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
 
setCurrentName(String) - 类 中的方法org.hotwheel.json.impl.jackson.JsonReadContext
 
setCurrentSegmentLength(int) - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
 
setEncoding(JsonEncoding) - 类 中的方法org.hotwheel.json.impl.jackson.IOContext
 
setHighestNonEscapedChar(int) - 类 中的方法org.hotwheel.json.impl.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) - 类 中的方法org.hotwheel.json.impl.jackson.UTF8JsonGenerator
 
setHighestNonEscapedChar(int) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
 
setInputDecorator(InputDecorator) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
Method for overriding currently configured input decorator
setOutputDecorator(OutputDecorator) - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
Method for overriding currently configured output decorator
setPrettyPrinter(PrettyPrinter) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
Method for setting a custom pretty printer, which is usually used to add indentation for improved human readability.
setRootValueSeparator(String) - 类 中的方法org.hotwheel.json.impl.jackson.MinimalPrettyPrinter
 
setSchema(FormatSchema) - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method to call to make this parser use specified schema.
setSchema(FormatSchema) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
Method to call to make this generator use specified schema.
setSchema(FormatSchema) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
 
setSchema(FormatSchema) - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
 
size() - 类 中的方法org.hotwheel.json.impl.jackson.BytesToNameCanonicalizer
 
size() - 类 中的方法org.hotwheel.json.impl.jackson.CharsToNameCanonicalizer
 
size() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
 
skip(long) - 类 中的方法org.hotwheel.json.impl.jackson.MergedStream
 
skipChildren() - 类 中的方法org.hotwheel.json.impl.jackson.JacksonParser
Method that will skip all child tokens of an array or object token that the parser currently points to, iff stream points to JsonToken.START_OBJECT or JsonToken.START_ARRAY.
skipChildren() - 类 中的方法org.hotwheel.json.impl.jackson.JsonParserDelegate
 
skipChildren() - 类 中的方法org.hotwheel.json.impl.jackson.ParserMinimalBase
 
spacesInObjectEntries(boolean) - 类 中的方法org.hotwheel.json.impl.jackson.DefaultPrettyPrinter
 
standardAsciiEscapesForJSON() - 类 中的静态方法org.hotwheel.json.impl.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 - 类 中的静态变量org.hotwheel.json.impl.jackson.JsonWriteContext
 
STATUS_EXPECT_VALUE - 类 中的静态变量org.hotwheel.json.impl.jackson.JsonWriteContext
 
STATUS_OK_AFTER_COLON - 类 中的静态变量org.hotwheel.json.impl.jackson.JsonWriteContext
 
STATUS_OK_AFTER_COMMA - 类 中的静态变量org.hotwheel.json.impl.jackson.JsonWriteContext
 
STATUS_OK_AFTER_SPACE - 类 中的静态变量org.hotwheel.json.impl.jackson.JsonWriteContext
 
STATUS_OK_AS_IS - 类 中的静态变量org.hotwheel.json.impl.jackson.JsonWriteContext
 
Std(InputStream, byte[]) - 类 的构造器org.hotwheel.json.impl.jackson.InputAccessor.Std
Constructor used when content to check is available via input stream and must be read.
Std(byte[]) - 类 的构造器org.hotwheel.json.impl.jackson.InputAccessor.Std
Constructor used when the full input (or at least enough leading bytes of full input) is available.

T

TextBuffer - org.hotwheel.json.impl.jackson中的类
TextBuffer is a class similar to StringBuffer, with following differences: TextBuffer uses segments character arrays, to avoid having to do additional array copies when array is not big enough.
TextBuffer(BufferRecycler) - 类 的构造器org.hotwheel.json.impl.jackson.TextBuffer
 
toByteArray() - 类 中的方法org.hotwheel.json.impl.jackson.ByteArrayBuilder
Method called when results are finalized and we can get the full aggregated result buffer to return to the caller
toCanonical() - 类 中的方法org.hotwheel.json.impl.jackson.ResolvedType
Method that can be used to serialize type into form from which it can be fully deserialized from at a later point (using TypeFactory from mapper package).
toString() - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
 
toString() - 类 中的方法org.hotwheel.json.impl.jackson.JsonLocation
 
toString() - 异常错误 中的方法org.hotwheel.json.impl.jackson.JsonProcessingException
 
toString() - 类 中的方法org.hotwheel.json.impl.jackson.JsonReadContext
Overridden to provide developer readable "JsonPath" representation of the context.
toString() - 类 中的方法org.hotwheel.json.impl.jackson.JsonWriteContext
Overridden to provide developer writeable "JsonPath" representation of the context.
toString() - 类 中的方法org.hotwheel.json.impl.jackson.Name
 
toString(int) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberOutput
 
toString(long) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberOutput
 
toString(double) - 类 中的静态方法org.hotwheel.json.impl.jackson.NumberOutput
 
toString() - 类 中的方法org.hotwheel.json.impl.jackson.TextBuffer
Note: calling this method may not be as efficient as calling TextBuffer.contentsAsString(), since it's not guaranteed that resulting String is cached.
toString() - 类 中的方法org.hotwheel.json.impl.jackson.Version
 
traverse() - 接口 中的方法org.hotwheel.json.impl.jackson.TreeNode
Method for constructing a JacksonParser instance for iterating over contents of the tree that this node is root of.
treeAsTokens(TreeNode) - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
Method for constructing a JacksonParser for reading contents of a JSON tree, as if it was external serialized JSON content.
TreeNode - org.hotwheel.json.impl.jackson中的接口
Marker interface used to denote JSON Tree nodes, as far as the core package knows them (which is very little): mostly needed to allow ObjectCodec to have some level of interoperability.
treeToValue(TreeNode, Class<T>) - 类 中的方法org.hotwheel.json.impl.jackson.ObjectCodec
Convenience method for converting given JSON tree into instance of specified value type.
TypeReference<T> - org.hotwheel.json.impl.jackson中的类
This generic abstract class is used for obtaining full generics type information by sub-classing; it must be converted to ResolvedType implementation (implemented by JavaType from "databind" bundle) to be used.

U

unknownVersion() - 类 中的静态方法org.hotwheel.json.impl.jackson.Version
Method returns canonical "not known" version, which is used as version in cases where actual version information is not known (instead of null).
useDefaultPrettyPrinter() - 类 中的方法org.hotwheel.json.impl.jackson.GeneratorBase
 
useDefaultPrettyPrinter() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
Convenience method for enabling pretty-printing using the default pretty printer (DefaultPrettyPrinter).
useDefaultPrettyPrinter() - 类 中的方法org.hotwheel.json.impl.jackson.JsonGeneratorDelegate
 
usesPadding() - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
 
usesPaddingChar(char) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
 
usesPaddingChar(int) - 类 中的方法org.hotwheel.json.impl.jackson.Base64Variant
 
UTF32Reader - org.hotwheel.json.impl.jackson中的类
Since JDK does not come with UTF-32/UCS-4, let's implement a simple decoder to use.
UTF32Reader(IOContext, InputStream, byte[], int, int, boolean) - 类 的构造器org.hotwheel.json.impl.jackson.UTF32Reader
 
UTF8JsonGenerator - org.hotwheel.json.impl.jackson中的类
 
UTF8JsonGenerator(IOContext, int, ObjectCodec, OutputStream) - 类 的构造器org.hotwheel.json.impl.jackson.UTF8JsonGenerator
 
UTF8JsonGenerator(IOContext, int, ObjectCodec, OutputStream, byte[], int, boolean) - 类 的构造器org.hotwheel.json.impl.jackson.UTF8JsonGenerator
 
UTF8StreamJsonParser - org.hotwheel.json.impl.jackson中的类
This is a concrete implementation of JacksonParser, which is based on a InputStream as the input source.
UTF8StreamJsonParser(IOContext, int, InputStream, ObjectCodec, BytesToNameCanonicalizer, byte[], int, int, boolean) - 类 的构造器org.hotwheel.json.impl.jackson.UTF8StreamJsonParser
 
UTF8Writer - org.hotwheel.json.impl.jackson中的类
 
UTF8Writer(IOContext, OutputStream) - 类 的构造器org.hotwheel.json.impl.jackson.UTF8Writer
 

V

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
已过时。
Use variant that takes group and artifact ids
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.

W

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
Similar to JsonGenerator.writeBinary(Base64Variant, byte[], int, int), but default to using the Jackson default Base64 variant (which is Base64Variants.MIME_NO_LINEFEEDS).
writeBinary(byte[]) - 类 中的方法org.hotwheel.json.impl.jackson.JsonGenerator
Similar to JsonGenerator.writeBinary(Base64Variant, byte[], int, int), but assumes default to using the Jackson default Base64 variant (which is Base64Variants.MIME_NO_LINEFEEDS).
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中的类
JsonGenerator that outputs JSON content using a Writer which handles character encoding.
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
Method similar to JsonGenerator.writeString(String), but that takes SerializableString which can make this potentially more efficient to call as generator may be able to reuse quoted and/or encoded representation.
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.

_

_getBufferRecycler() - 类 中的方法org.hotwheel.json.impl.jackson.JsonFactory
Method used by factory to create buffer recycler instances for parsers and generators.
_getByteArrayBuilder() - 类 中的方法org.hotwheel.json.impl.jackson.ParserBase
 
_writeFieldName(SerializableString, boolean) - 类 中的方法org.hotwheel.json.impl.jackson.WriterBasedJsonGenerator
 
A B C D E F G H I J L M N O P R S T U V W _ 
跳过导航链接

Copyright © 2002–2019 The MyMMSCs Software Foundation. All rights reserved.