| Package | Description |
|---|---|
| de.galan.verjson.core |
| Modifier and Type | Method and Description |
|---|---|
Versions |
Versions.add(Long sourceVersion,
Step step) |
<T> Versions |
Versions.registerDeserializer(com.fasterxml.jackson.databind.JsonDeserializer<T> deserializer) |
<T> Versions |
Versions.registerSerializer(com.fasterxml.jackson.databind.JsonSerializer<T> serializer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Verjson.configure(Versions versions) |
static <T> Verjson<T> |
Verjson.create(Class<T> valueClass,
Versions versions) |
com.fasterxml.jackson.databind.ObjectMapper |
ObjectMapperFactory.create(Versions versions) |
protected void |
ObjectMapperFactory.registerSerializer(com.fasterxml.jackson.databind.ObjectMapper result,
com.fasterxml.jackson.databind.module.SimpleModule module,
Versions versions) |
| Constructor and Description |
|---|
Verjson(Class<T> valueClass,
Versions versions) |
Copyright © 2015. All rights reserved.