Class DefaultLoader<T>

java.lang.Object
org.microbean.loader.DefaultLoader<T>
Type Parameters:
T - the type of configured objects this DefaultLoader supplies
All Implemented Interfaces:
AutoCloseable, Supplier<T>, OptionalSupplier<T>, Loader<T>

public class DefaultLoader<T> extends Object implements AutoCloseable, Loader<T>
A subclassable default Loader implementation that delegates its work to Providers and an AmbiguityHandler.
Author:
Laird Nelson
See Also: