jackson-apt-processor

The annotation processor to generate domino-jackson json mappers

License

License

Categories

Categories

Jackson Data JSON
GroupId

GroupId

org.dominokit.jackson
ArtifactId

ArtifactId

jackson-apt-processor
Last Version

Last Version

1.0.0-beta
Release Date

Release Date

Type

Type

jar
Description

Description

jackson-apt-processor
The annotation processor to generate domino-jackson json mappers
Project URL

Project URL

https://github.com/DominoKit/gwt-jackson-apt
Project Organization

Project Organization

Dominokit

Download jackson-apt-processor

How to add to project

<!-- https://jarcasting.com/artifacts/org.dominokit.jackson/jackson-apt-processor/ -->
<dependency>
    <groupId>org.dominokit.jackson</groupId>
    <artifactId>jackson-apt-processor</artifactId>
    <version>1.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.dominokit.jackson/jackson-apt-processor/
implementation 'org.dominokit.jackson:jackson-apt-processor:1.0.0-beta'
// https://jarcasting.com/artifacts/org.dominokit.jackson/jackson-apt-processor/
implementation ("org.dominokit.jackson:jackson-apt-processor:1.0.0-beta")
'org.dominokit.jackson:jackson-apt-processor:jar:1.0.0-beta'
<dependency org="org.dominokit.jackson" name="jackson-apt-processor" rev="1.0.0-beta">
  <artifact name="jackson-apt-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dominokit.jackson', module='jackson-apt-processor', version='1.0.0-beta')
)
libraryDependencies += "org.dominokit.jackson" % "jackson-apt-processor" % "1.0.0-beta"
[org.dominokit.jackson/jackson-apt-processor "1.0.0-beta"]

Dependencies

compile (2)

Group / Artifact Type Version
org.dominokit.jackson : jackson-super jar 1.0.0-beta
org.dominokit.jackson : jackson-apt jar 1.0.0-beta

test (3)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.9.0
com.google.gwt : gwt-dev jar 2.9.0
com.google.testing.compile : compile-testing jar 0.19

Project Modules

There are no modules declared in this project.

GWT3/J2CL compatible Build Status

Domino-jackson

Domino-jackson is an annotation processor based JSON mapper that works on both the client side - GWT and J2CL - and on JVM side based, the library is based on gwt-jackson the original thanks goes to Nicolas Morel for building gwt-jackson library.

The library is future proofed and allows the user to use the same mapper to be used in a pure JVM environment such as Android or in the client side of the browser which enables easier testing and more code sharing between client and server.

Checkout the Quick start guide and visit our documentation in the wiki for more details.

org.dominokit.jackson

DominoKit

Service Providers, UI library, Modular framework and GWT experts.

Versions

Version
1.0.0-beta