Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Jackson Dataformat Extensions
What are Jackson Dataformat Extensions?
✍: FYIcenter.com
If you only work with JSON messages, you just need to download 3 Jackson JAR files: jackson-core.jar, jackson-databind.jar and jackson-annotations.jar.
But if you want to work with other types of messages, you need to download a Jackson Dataformat Extension that matches your message type.
Here is a list of Jackson Dataformat Extensions:
jackson-dataformat-avro jackson-dataformat-cbor jackson-dataformat-csv jackson-dataformat-ion jackson-dataformat-properties jackson-dataformat-protobuf jackson-dataformat-smile jackson-dataformat-toml jackson-dataformat-xml jackson-dataformat-yaml jackson-dataformats-binary jackson-dataformats-text
⇒ Jackson Dataformat XML Source Code
⇐ Jackson Annotations Source Code
2022-03-29, 825🔥, 0💬
Popular Posts:
How to download and install JDK (Java Development Kit) 5? If you want to write Java applications, yo...
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for...
What Is commons-io-2.11.jar? commons-io-2.11.jar is the JAR file for Commons IO 2.5, which is a libr...
What Is poi-5.2.3.jar? poi-5.2.3.jar is one of the JAR files for Apache POI 5.2.3, which provides an...
JDK 11 jdk.internal.opt.jmod is the JMOD file for JDK 11 Internal Opt module. JDK 11 Internal Opt mo...