| Package | Description |
|---|---|
| com.fasterxml.jackson.jaxrs.base | |
| com.fasterxml.jackson.jaxrs.cfg |
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.util.LookupCache<AnnotationBundleKey,EP_CONFIG> |
ProviderBase._readers
Cache for resolved endpoint configurations when reading JSON data
|
protected com.fasterxml.jackson.databind.util.LookupCache<AnnotationBundleKey,EP_CONFIG> |
ProviderBase._writers
Cache for resolved endpoint configurations when writing JSON data
|
| Constructor and Description |
|---|
ProviderBase(MAPPER_CONFIG mconfig,
com.fasterxml.jackson.databind.util.LookupCache<AnnotationBundleKey,EP_CONFIG> readerCache,
com.fasterxml.jackson.databind.util.LookupCache<AnnotationBundleKey,EP_CONFIG> writerCache) |
ProviderBase(MAPPER_CONFIG mconfig,
com.fasterxml.jackson.databind.util.LookupCache<AnnotationBundleKey,EP_CONFIG> readerCache,
com.fasterxml.jackson.databind.util.LookupCache<AnnotationBundleKey,EP_CONFIG> writerCache) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2025 FasterXML. All rights reserved.