Uses of Class
org.springframework.util.function.SingletonSupplier
Packages that use 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
Fields in org.springframework.cache.interceptor declared as SingletonSupplierModifier and TypeFieldDescriptionprotected SingletonSupplier
<CacheErrorHandler> AbstractCacheInvoker.errorHandler
-
Uses of SingletonSupplier in org.springframework.util.function
Methods in org.springframework.util.function that return SingletonSupplierModifier 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> @Nullable SingletonSupplier
<T> SingletonSupplier.ofNullable
(@Nullable T instance) Build aSingletonSupplier
with the given singleton instance.static <T> @Nullable SingletonSupplier
<T> SingletonSupplier.ofNullable
(@Nullable Supplier<@Nullable T> supplier) Build aSingletonSupplier
with the given supplier.