Last Version

Marshaller for "x-www-form-urlencoded" data (POJO/string) 1.0.0

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.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.touchbit.web
ArtifactId

ArtifactId

form-urlencoded-marshaller
Version

Version

1.0.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/touchbit/form-urlencoded-marshaller
Source Code Management

Source Code Management

https://github.com/touchbit/form-urlencoded-marshaller

Download form-urlencoded-marshaller 1.0.0


<!-- https://jarcasting.com/artifacts/org.touchbit.web/form-urlencoded-marshaller/ -->
<dependency>
    <groupId>org.touchbit.web</groupId>
    <artifactId>form-urlencoded-marshaller</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.touchbit.web/form-urlencoded-marshaller/
implementation 'org.touchbit.web:form-urlencoded-marshaller:1.0.0'
// https://jarcasting.com/artifacts/org.touchbit.web/form-urlencoded-marshaller/
implementation ("org.touchbit.web:form-urlencoded-marshaller:1.0.0")
'org.touchbit.web:form-urlencoded-marshaller:jar:1.0.0'
<dependency org="org.touchbit.web" name="form-urlencoded-marshaller" rev="1.0.0">
  <artifact name="form-urlencoded-marshaller" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.touchbit.web', module='form-urlencoded-marshaller', version='1.0.0')
)
libraryDependencies += "org.touchbit.web" % "form-urlencoded-marshaller" % "1.0.0"
[org.touchbit.web/form-urlencoded-marshaller "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.12.0

test (4)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.22.0
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.projectlombok : lombok jar 1.18.22

Project Modules

There are no modules declared in this project.