public class Serialization extends Object
Modifier and Type | Field and Description |
---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
MAPPER |
static ConcurrentHashMap<Class<?>,com.fasterxml.jackson.databind.ObjectReader> |
READERS |
static ConcurrentHashMap<Class<?>,com.fasterxml.jackson.databind.ObjectWriter> |
WRITERS |
Constructor and Description |
---|
Serialization() |
public static final com.fasterxml.jackson.databind.ObjectMapper MAPPER
public static final ConcurrentHashMap<Class<?>,com.fasterxml.jackson.databind.ObjectReader> READERS
public static final ConcurrentHashMap<Class<?>,com.fasterxml.jackson.databind.ObjectWriter> WRITERS
public static <T extends AbstractEntity> T from(T orig)
Copyright © 2021 JBoss by Red Hat. All rights reserved.