Uses of Class
org.springframework.util.function.SingletonSupplier
Package
Description
AOP-based solution for declarative caching demarcation.
Useful generic
java.util.function
helper classes.-
Uses of SingletonSupplier in org.springframework.cache.interceptor
Modifier and TypeFieldDescriptionprotected SingletonSupplier<CacheErrorHandler>
AbstractCacheInvoker.errorHandler
-
Uses of SingletonSupplier in org.springframework.util.function
Modifier and TypeMethodDescriptionstatic <T> SingletonSupplier<T>
Build aSingletonSupplier
with the given supplier.static <T> SingletonSupplier<T>
SingletonSupplier.of
(T instance) Build aSingletonSupplier
with the given singleton instance.static <T> SingletonSupplier<T>
SingletonSupplier.ofNullable
(Supplier<T> supplier) Build aSingletonSupplier
with the given supplier.static <T> SingletonSupplier<T>
SingletonSupplier.ofNullable
(T instance) Build aSingletonSupplier
with the given singleton instance.