Uses of Interface
de.hybris.platform.cockpit.util.jaxb.JAXBContextCache
-
Packages that use JAXBContextCache Package Description de.hybris.platform.cockpit.services.config.impl de.hybris.platform.cockpit.util.jaxb.impl -
-
Uses of JAXBContextCache in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type JAXBContextCache Modifier and Type Method Description voidDefaultConfigurationPersistingStrategy. setJaxbContextCache(JAXBContextCache jaxbContextCache)voidJAXBBasedUIComponentConfigurationFactory. setJaxbContextCache(JAXBContextCache jaxbContextCache) -
Uses of JAXBContextCache in de.hybris.platform.cockpit.util.jaxb.impl
Classes in de.hybris.platform.cockpit.util.jaxb.impl that implement JAXBContextCache Modifier and Type Class Description classDefaultJAXBContextCacheDefault implementation of the JAXB context cache.
-