Class LazilyInstantiate<T>

java.lang.Object
org.springframework.cloud.kubernetes.commons.LazilyInstantiate<T>
Type Parameters:
T - return type
All Implemented Interfaces:
Supplier<T>

public final class LazilyInstantiate<T> extends Object implements Supplier<T>
Lazy instantiation utility class.
Author:
Ioannis Canellos