public class JsonSerializerMap extends Object
ObjectMapper sharing
of resolved serializers; in addition, a per-call non-shared read/write
map may be needed, which will (after call) get merged to create a new
shared map of this type.| Constructor and Description |
|---|
JsonSerializerMap(Map<SerializerCache.TypeKey,JsonSerializer<Object>> serializers) |
| Modifier and Type | Method and Description |
|---|---|
JsonSerializer<Object> |
find(SerializerCache.TypeKey key) |
int |
size() |
public JsonSerializerMap(Map<SerializerCache.TypeKey,JsonSerializer<Object>> serializers)
public int size()
public JsonSerializer<Object> find(SerializerCache.TypeKey key)
Copyright © 2016 JBoss by Red Hat. All rights reserved.