UUID :: Jackson :: Adapter

Jackson uuid adapter code and wrapping module.

Категории

Категории

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

Группа

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

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

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

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

2.8.11
Дата

Дата

Тип

Тип

bundle
Описание

Описание

UUID :: Jackson :: Adapter
Jackson uuid adapter code and wrapping module.

Скачать adapter

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.code-house.eaio-uuid : uuid jar 3.4.1
com.fasterxml.jackson.core : jackson-databind jar 2.8.11

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

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

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