jar

com.github.trickl : jackson.module.httpquery

Maven & Gradle

Dec 28, 2020
3 stars

Jackson Module Http Query · A jackson module for allowing HTTP queries to be represented as typed objects

Table Of Contents

Latest Version

Download com.github.trickl : jackson.module.httpquery JAR file - Latest Versions:

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jackson.module.httpquery-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.trickl.jackson.module.httpquery.ser

├─ com.github.trickl.jackson.module.httpquery.ser.HttpQueryCollectionSerializer.class - [JAR]

├─ com.github.trickl.jackson.module.httpquery.ser.HttpQueryDelimitedSerializer.class - [JAR]

├─ com.github.trickl.jackson.module.httpquery.ser.HttpQuerySerializer.class - [JAR]

├─ com.github.trickl.jackson.module.httpquery.ser.QuotelessStringGenerator.class - [JAR]

com.github.trickl.jackson.module.httpquery.deser

├─ com.github.trickl.jackson.module.httpquery.deser.HttpQueryDeserializer.class - [JAR]

com.github.trickl.jackson.module.httpquery.annotations

├─ com.github.trickl.jackson.module.httpquery.annotations.HttpQuery.class - [JAR]

├─ com.github.trickl.jackson.module.httpquery.annotations.HttpQueryDelimited.class - [JAR]

├─ com.github.trickl.jackson.module.httpquery.annotations.HttpQueryNoValue.class - [JAR]

com.github.trickl.jackson.module.httpquery

├─ com.github.trickl.jackson.module.httpquery.HttpQueryAnnotationIntrospector.class - [JAR]

├─ com.github.trickl.jackson.module.httpquery.HttpQueryModule.class - [JAR]

├─ com.github.trickl.jackson.module.httpquery.PackageVersion.class - [JAR]

Advertisement