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

Packages that use AnnotationBundleKey
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 AnnotationBundleKey in com.fasterxml.jackson.jaxrs.xml
 

Fields in com.fasterxml.jackson.jaxrs.xml with type parameters of type AnnotationBundleKey
protected  com.fasterxml.jackson.databind.util.LRUMap<AnnotationBundleKey,EndpointConfig> JacksonXMLProvider._readers
          Cache for resolved endpoint configurations when reading XML
protected  com.fasterxml.jackson.databind.util.LRUMap<AnnotationBundleKey,EndpointConfig> JacksonXMLProvider._writers
          Cache for resolved endpoint configurations when writing XML
 

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

Methods in com.fasterxml.jackson.jaxrs.xml.util that return AnnotationBundleKey
 AnnotationBundleKey AnnotationBundleKey.immutableKey()
          Method called to create a safe immutable copy of the key; used when adding entry with this key -- lookups are ok without calling the method.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.