Package org.gridkit.jvmtool.jackson

Interface Summary
Indenter Interface that defines objects that can produce indentation used to separate object entries and array values.
PrettyPrinter Interface for objects that implement pretty printer functionality, such as indentation.
 

Class Summary
CharacterEscapes Abstract base class that defines interface for customizing character escaping aspects for String values, for formats that use escaping.
CharTypes  
DefaultPrettyPrinter Default PrettyPrinter implementation that uses 2-space indentation with platform-default linefeeds.
DefaultPrettyPrinter.FixedSpaceIndenter This is a very simple indenter that only every adds a single space for indentation.
DefaultPrettyPrinter.Lf2SpacesIndenter Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.
DefaultPrettyPrinter.NopIndenter Dummy implementation that adds no indentation whatsoever
JsonGenerator Base class that defines public API for writing JSON content.
JsonLocation Object that encapsulates Location information used for reporting parsing (or potentially generation) errors, as well as current location within input streams.
JsonMiniFactory  
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.
NumberOutput  
WriterBasedGenerator JsonGenerator that outputs JSON content using a Writer which handles character encoding.
 

Enum Summary
JsonGenerator.Feature Enumeration that defines all togglable features for generators.
 

Exception Summary
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).
JsonProcessingException Intermediate base class for all problems encountered when processing (parsing, generating) JSON content that are not pure I/O problems.
 



Copyright © 2019. All Rights Reserved.