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 aSingletonSupplierwith the given supplier.static <T> SingletonSupplier<T> SingletonSupplier.of(T instance) Build aSingletonSupplierwith the given singleton instance.static <T> @Nullable SingletonSupplier<T> SingletonSupplier.ofNullable(@Nullable T instance) Build aSingletonSupplierwith the given singleton instance.static <T> @Nullable SingletonSupplier<T> SingletonSupplier.ofNullable(@Nullable Supplier<@Nullable T> supplier) Build aSingletonSupplierwith the given supplier.