Uses of Class
de.hybris.platform.util.SingletonCreator.Creator
Packages that use SingletonCreator.Creator
Package
Description
-
Uses of SingletonCreator.Creator in de.hybris.platform.cache
Methods in de.hybris.platform.cache with parameters of type SingletonCreator.CreatorModifier and TypeMethodDescription<T> TCache.getRequestCacheContent(SingletonCreator.Creator<T> creator) <T> TCache.getRequestCacheContentIfExists(SingletonCreator.Creator<T> creator) <T> TCache.getStaticCacheContent(SingletonCreator.Creator<T> creator) -
Uses of SingletonCreator.Creator in de.hybris.platform.cache.impl
Methods in de.hybris.platform.cache.impl with parameters of type SingletonCreator.CreatorModifier and TypeMethodDescription<T> TRequestCache.getRequestCacheContent(SingletonCreator.Creator<T> creator) <T> TStaticCache.getRequestCacheContent(SingletonCreator.Creator<T> creator) <T> TStaticCache.getRequestCacheContentIfExists(SingletonCreator.Creator<T> creator) <T> TRequestCache.getStaticCacheContent(SingletonCreator.Creator<T> creator) <T> TStaticCache.getStaticCacheContent(SingletonCreator.Creator<T> creator) -
Uses of SingletonCreator.Creator in de.hybris.platform.core
Methods in de.hybris.platform.core with parameters of type SingletonCreator.CreatorModifier and TypeMethodDescriptionstatic <T> TRegistry.getNonTenantSingleton(SingletonCreator.Creator<T> creator) static <T> TRegistry.getSingleton(SingletonCreator.Creator<T> creator) static <T> TRegistry.replaceSingleton(SingletonCreator.Creator<T> creator) -
Uses of SingletonCreator.Creator in de.hybris.platform.hmc.jalo
Fields in de.hybris.platform.hmc.jalo declared as SingletonCreator.CreatorModifier and TypeFieldDescriptionstatic final SingletonCreator.Creator<AccessManager>AccessManager.SINGLETON_CREATOR -
Uses of SingletonCreator.Creator in de.hybris.platform.jalo
Subclasses of SingletonCreator.Creator in de.hybris.platform.jaloModifier and TypeClassDescriptionstatic classstatic class -
Uses of SingletonCreator.Creator in de.hybris.platform.util
Methods in de.hybris.platform.util with parameters of type SingletonCreator.CreatorModifier and TypeMethodDescription<T> TSingletonCreator.getSingleton(SingletonCreator.Creator<T> creator) returns a single instance created by the given Creator.<T> TSingletonCreator.getSingletonIfExists(SingletonCreator.Creator<T> creator) <T> TSingletonCreator.replaceSingleton(SingletonCreator.Creator<T> creator) Constructors in de.hybris.platform.util with parameters of type SingletonCreator.CreatorModifierConstructorDescriptionSingletonCreateException(SingletonCreator.Creator<?> creator, String msg) SingletonCreateException(SingletonCreator.Creator<?> creator, Throwable t)