Skip to content

Commit b1c2f3e

Browse files
committed
move Jackson from extra to io since ML 8 makes JSON a native datatype
1 parent 6db3413 commit b1c2f3e

File tree

3 files changed

+3
-23
lines changed

3 files changed

+3
-23
lines changed

src/main/java/com/marklogic/client/extra/jackson/package-info.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/main/java/com/marklogic/client/extra/jackson/JacksonHandle.java renamed to src/main/java/com/marklogic/client/io/JacksonHandle.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
import com.marklogic.client.io.marker.StructureWriteHandle;
4242

4343
/**
44-
* A JacksonHandle represents JSON content as a Jackson JsonNode for reading or
45-
* writing. You must install the Jackson library to use this class.
44+
* An adapter for using the Jackson Open Source library for JSON; represents
45+
* JSON content as a Jackson JsonNode for reading or writing. Enables reading and
46+
* writing JSON documents, JSON structured search, and other JSON input and output.
4647
*/
4748
public class JacksonHandle
4849
extends BaseHandle<InputStream, OutputStreamSender>

0 commit comments

Comments
 (0)