| Package | Description |
|---|---|
| com.fasterxml.jackson.jaxrs.json |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
|
| com.fasterxml.jackson.jaxrs.json.util |
| Modifier and Type | Field and Description |
|---|---|
protected HashSet<ClassKey> |
JacksonJsonProvider._cfgCustomUntouchables
Set of types (classes) that provider should ignore for data binding
|
static HashSet<ClassKey> |
JacksonJsonProvider._untouchables
Looks like we need to worry about accidental
data binding for types we shouldn't be handling.
|
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
JacksonJsonProvider._containedIn(Class<?> mainType,
HashSet<ClassKey> set) |
| Modifier and Type | Method and Description |
|---|---|
int |
ClassKey.compareTo(ClassKey other) |
Copyright © 2012 FasterXML. All Rights Reserved.