UUID :: Jackson :: Itests

Jackson / uuid adapter integration tests, to check if it deploys properly under OSGi.

Категории

Категории

Jackson Данные JSON
Группа

Группа

org.code-house.eaio-uuid.jackson
Идентификатор

Идентификатор

itests
Последняя версия

Последняя версия

2.8.11
Дата

Дата

Тип

Тип

jar
Описание

Описание

UUID :: Jackson :: Itests
Jackson / uuid adapter integration tests, to check if it deploys properly under OSGi.

Скачать itests

Имя Файла Размер
itests-2.8.11.pom
itests-2.8.11.jar 4 KB
itests-2.8.11-javadoc.jar 337 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.code-house.eaio-uuid.jackson/itests/ -->
<dependency>
    <groupId>org.code-house.eaio-uuid.jackson</groupId>
    <artifactId>itests</artifactId>
    <version>2.8.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.code-house.eaio-uuid.jackson/itests/
implementation 'org.code-house.eaio-uuid.jackson:itests:2.8.11'
// https://jarcasting.com/artifacts/org.code-house.eaio-uuid.jackson/itests/
implementation ("org.code-house.eaio-uuid.jackson:itests:2.8.11")
'org.code-house.eaio-uuid.jackson:itests:jar:2.8.11'
<dependency org="org.code-house.eaio-uuid.jackson" name="itests" rev="2.8.11">
  <artifact name="itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.code-house.eaio-uuid.jackson', module='itests', version='2.8.11')
)
libraryDependencies += "org.code-house.eaio-uuid.jackson" % "itests" % "2.8.11"
[org.code-house.eaio-uuid.jackson/itests "2.8.11"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.code-house.eaio-uuid.jackson : features xml 2.8.11
org.apache.karaf : apache-karaf zip 4.0.10
org.apache.karaf.features : org.apache.karaf.features.core jar 4.0.10
org.apache.geronimo.specs : geronimo-atinject_1.0_spec jar 1.0
org.ops4j.pax.exam : pax-exam-junit4 jar 4.9.1
org.ops4j.pax.exam : pax-exam-container-karaf jar 4.9.1

Модули Проекта

Данный проект не имеет модулей.

Eaio UUID Jackson

This repository hosts an a very small piece of code needed to turn com.eaio.uuid.UUID type into valid string representation as well as read it from string representation. By default Jackson does have support for "fromString" deserialization however it does not allow to enrich "fromString" types.

Usage

Pulling in eaio types in your code requires no extra work, however making Jackson aware of custom type logic will require such small amount of object mapping customization:

ObjectMapper mapper = new ObjectMapper().registerModule(new EaioUUIDModule());

Copyright © 2017 Code-House, Łukasz Dywicki. Free use of this software is granted under the terms of the Apache Software License.

See the LICENSE file for details.

org.code-house.eaio-uuid.jackson

Code-House

Версии библиотеки

Версия
2.8.11
2.8.9
2.8.8
2.8.7