jsonrpc-bind-jackson

Types for binding JSON-RPC 2.0 objects with Jackson

License

License

Categories

Categories

JSON Data Jackson
GroupId

GroupId

com.github.jinahya
ArtifactId

ArtifactId

jsonrpc-bind-jackson
Last Version

Last Version

0.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

jsonrpc-bind-jackson
Types for binding JSON-RPC 2.0 objects with Jackson
Project URL

Project URL

https://github.com/jinahya/jsonrpc-bind-jackson
Project Organization

Project Organization

Jinahya, Inc.
Source Code Management

Source Code Management

https://github.com/jinahya/jsonrpc-bind-jackson

Download jsonrpc-bind-jackson

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc-bind-jackson/ -->
<dependency>
    <groupId>com.github.jinahya</groupId>
    <artifactId>jsonrpc-bind-jackson</artifactId>
    <version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc-bind-jackson/
implementation 'com.github.jinahya:jsonrpc-bind-jackson:0.7.1'
// https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc-bind-jackson/
implementation ("com.github.jinahya:jsonrpc-bind-jackson:0.7.1")
'com.github.jinahya:jsonrpc-bind-jackson:jar:0.7.1'
<dependency org="com.github.jinahya" name="jsonrpc-bind-jackson" rev="0.7.1">
  <artifact name="jsonrpc-bind-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='jsonrpc-bind-jackson', version='0.7.1')
)
libraryDependencies += "com.github.jinahya" % "jsonrpc-bind-jackson" % "0.7.1"
[com.github.jinahya/jsonrpc-bind-jackson "0.7.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.jinahya : jsonrpc-bind jar 0.7.1

provided (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.11.0
jakarta.validation : jakarta.validation-api jar 3.0.0
org.projectlombok : lombok jar 1.18.12

test (1)

Group / Artifact Type Version
com.github.jinahya : jsonrpc-bind-tests jar 0.7.1

Project Modules

There are no modules declared in this project.

jsonrpc-bind-jackson

Java CI with Maven Build Status CircleCI

Known Vulnerabilities Quality Gate Status

Maven Central Javadocs

An implementation of jsonrpc-bind for Jackson.

Configuration

JacksonJsonrpcConfiguration

This class holds an instance of ObjectMapper. You can use your own one if you want/need to.

// Doing once is enough.
final ObjectMapper objectMapper = getYourOwn();
JacksonJsonrpcConfiguration.setObjectMapper(objectMapper);

Versions

Version
0.7.1
0.1.1
0.1.0