Uses of Package
org.gridkit.jvmtool.jackson

Packages that use org.gridkit.jvmtool.jackson
org.gridkit.jvmtool.jackson   
org.gridkit.jvmtool.util.json   
 

Classes in org.gridkit.jvmtool.jackson used by org.gridkit.jvmtool.jackson
CharacterEscapes
          Abstract base class that defines interface for customizing character escaping aspects for String values, for formats that use escaping.
Indenter
          Interface that defines objects that can produce indentation used to separate object entries and array values.
JsonGenerationException
          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).
JsonGenerator
          Base class that defines public API for writing JSON content.
JsonGenerator.Feature
          Enumeration that defines all togglable features for generators.
JsonLocation
          Object that encapsulates Location information used for reporting parsing (or potentially generation) errors, as well as current location within input streams.
JsonProcessingException
          Intermediate base class for all problems encountered when processing (parsing, generating) JSON content that are not pure I/O problems.
JsonStreamContext
          Shared base class for streaming processing contexts used during reading and writing of Json content using Streaming API.
JsonWriteContext
          Extension of JsonStreamContext, which implements core methods needed, and also exposes more complete API to generator implementation classes.
PrettyPrinter
          Interface for objects that implement pretty printer functionality, such as indentation.
 

Classes in org.gridkit.jvmtool.jackson used by org.gridkit.jvmtool.util.json
JsonGenerationException
          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).
PrettyPrinter
          Interface for objects that implement pretty printer functionality, such as indentation.
 



Copyright © 2019. All Rights Reserved.