|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassKey | |
|---|---|
| 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 | |
| Uses of ClassKey in com.fasterxml.jackson.jaxrs.json |
|---|
| Fields in com.fasterxml.jackson.jaxrs.json with type parameters of type ClassKey | |
|---|---|
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. |
| Method parameters in com.fasterxml.jackson.jaxrs.json with type arguments of type ClassKey | |
|---|---|
protected static boolean |
JacksonJsonProvider._containedIn(Class<?> mainType,
HashSet<ClassKey> set)
|
| Uses of ClassKey in com.fasterxml.jackson.jaxrs.json.util |
|---|
| Methods in com.fasterxml.jackson.jaxrs.json.util with parameters of type ClassKey | |
|---|---|
int |
ClassKey.compareTo(ClassKey other)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||