jar

org.touchbit.web : form-urlencoded-marshaller

Maven & Gradle

Mar 13, 2022
4 stars

Marshaller for "x-www-form-urlencoded" data (POJO/string) · The marshaller allows you to convert a FormUrlEncoded string to a POJO/Map object and vice versa. Supports nesting of objects, lists, arrays. Supports indexed and non-indexed lists.

Table Of Contents

Latest Version

Download org.touchbit.web : form-urlencoded-marshaller JAR file - Latest Versions:

All Versions

Download org.touchbit.web : form-urlencoded-marshaller JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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 form-urlencoded-marshaller-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.touchbit.www.form.urlencoded.marshaller

├─ org.touchbit.www.form.urlencoded.marshaller.FormUrlMarshaller.class - [JAR]

├─ org.touchbit.www.form.urlencoded.marshaller.NullValueRule.class - [JAR]

org.touchbit.www.form.urlencoded.marshaller.chain

├─ org.touchbit.www.form.urlencoded.marshaller.chain.IChain.class - [JAR]

├─ org.touchbit.www.form.urlencoded.marshaller.chain.IChainKey.class - [JAR]

├─ org.touchbit.www.form.urlencoded.marshaller.chain.IChainList.class - [JAR]

├─ org.touchbit.www.form.urlencoded.marshaller.chain.IChainPart.class - [JAR]

org.touchbit.www.form.urlencoded.marshaller.util

├─ org.touchbit.www.form.urlencoded.marshaller.util.ChainException.class - [JAR]

├─ org.touchbit.www.form.urlencoded.marshaller.util.CodecConstant.class - [JAR]

├─ org.touchbit.www.form.urlencoded.marshaller.util.ExceptionBuilder.class - [JAR]

├─ org.touchbit.www.form.urlencoded.marshaller.util.FormUrlUtils.class - [JAR]

├─ org.touchbit.www.form.urlencoded.marshaller.util.MarshallerException.class - [JAR]

org.touchbit.www.form.urlencoded.marshaller.pojo

├─ org.touchbit.www.form.urlencoded.marshaller.pojo.FormUrlEncoded.class - [JAR]

├─ org.touchbit.www.form.urlencoded.marshaller.pojo.FormUrlEncodedAdditionalProperties.class - [JAR]

├─ org.touchbit.www.form.urlencoded.marshaller.pojo.FormUrlEncodedField.class - [JAR]

Advertisement