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

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

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

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

Methods in com.fasterxml.jackson.jaxrs.json.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.