Uses of Class
org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder.CacheKey
-
Packages that use AbstractJAXBContextFinder.CacheKey Package Description org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of AbstractJAXBContextFinder.CacheKey in org.jboss.resteasy.plugins.providers.jaxb
Fields in org.jboss.resteasy.plugins.providers.jaxb with type parameters of type AbstractJAXBContextFinder.CacheKey Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<AbstractJAXBContextFinder.CacheKey,javax.xml.bind.JAXBContext>
XmlJAXBContextFinder. collectionCache
private java.util.concurrent.ConcurrentHashMap<AbstractJAXBContextFinder.CacheKey,javax.xml.bind.JAXBContext>
XmlJAXBContextFinder. xmlTypeCollectionCache
-