Uses of Class
com.fasterxml.jackson.jaxrs.xml.util.ClassKey

Packages that use ClassKey
com.fasterxml.jackson.jaxrs.xml Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for XML content type (MediaType). 
com.fasterxml.jackson.jaxrs.xml.util   
 

Uses of ClassKey in com.fasterxml.jackson.jaxrs.xml
 

Fields in com.fasterxml.jackson.jaxrs.xml with type parameters of type ClassKey
protected  HashSet<ClassKey> JacksonXMLProvider._cfgCustomUntouchables
          Set of types (classes) that provider should ignore for data binding
static HashSet<ClassKey> JacksonXMLProvider._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.xml with type arguments of type ClassKey
protected static boolean JacksonXMLProvider._containedIn(Class<?> mainType, HashSet<ClassKey> set)
           
 

Uses of ClassKey in com.fasterxml.jackson.jaxrs.xml.util
 

Methods in com.fasterxml.jackson.jaxrs.xml.util with parameters of type ClassKey
 int ClassKey.compareTo(ClassKey other)
           
 



Copyright © 2012 FasterXML. All Rights Reserved.