io.prestosql.hadoop.$internal.org.codehaus.jackson.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hadoop-apache Show documentation
Show all versions of hadoop-apache Show documentation
Shaded version of Apache Hadoop for Presto
/**
* Main public API classes of the core streaming JSON
* processor: most importantly {@link io.prestosql.hadoop.$internal.org.codehaus.jackson.JsonFactory}
* used for constructing
* JSON parser ({@link io.prestosql.hadoop.$internal.org.codehaus.jackson.JsonParser})
* and generator
* ({@link io.prestosql.hadoop.$internal.org.codehaus.jackson.JsonParser})
* instances.
*
* Public API of the higher-level mapping interfaces ("Mapping API")
* is found from
* under {@link io.prestosql.hadoop.$internal.org.codehaus.jackson.map} and not included here,
* except for following base interfaces:
*
*- {@link io.prestosql.hadoop.$internal.org.codehaus.jackson.JsonNode} is included
*within Streaming API to support integration of the Tree Model
*(which is based on
JsonNode
) with the basic
*parsers and generators (iff using mapping-supporting factory: which
*is part of Mapping API, not core)
*
*- {@link io.prestosql.hadoop.$internal.org.codehaus.jackson.ObjectCodec} is included so that
* reference to the object capable of serializing/deserializing
* Objects to/from JSON (usually, {@link io.prestosql.hadoop.$internal.org.codehaus.jackson.map.ObjectMapper})
* can be exposed, without adding direct dependency to implementation.
*
*
*
*/
package io.prestosql.hadoop.$internal.org.codehaus.jackson;