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.interceptorFields in org.springframework.cache.interceptor declared as SingletonSupplierModifier and TypeFieldDescriptionprotected SingletonSupplier<CacheErrorHandler>AbstractCacheInvoker.errorHandler
- 
Uses of SingletonSupplier in org.springframework.util.functionMethods 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> SingletonSupplier<T>SingletonSupplier.ofNullable(Supplier<T> supplier) Build aSingletonSupplierwith the given supplier.static <T> SingletonSupplier<T>SingletonSupplier.ofNullable(T instance) Build aSingletonSupplierwith the given singleton instance.