Uses of Class
org.microbean.loader.DefaultLoader
Package
Description
Provides classes and interfaces related to the default implementation of the
microBean™ Loader API.
-
Uses of DefaultLoader in org.microbean.loader
Modifier and TypeMethodDescriptionfinal <U> DefaultLoader<U>
Returns aDefaultLoader
that can supply environmental objects that are suitable for the suppliedpath
.final DefaultLoader<T>
DefaultLoader.plus
(Collection<? extends Provider> providers) final DefaultLoader<T>
final DefaultLoader<T>
DefaultLoader.with
(Collection<? extends Provider> providers) final DefaultLoader<T>
DefaultLoader.with
(AmbiguityHandler ambiguityHandler) Returns aDefaultLoader
that uses the suppliedAmbiguityHandler
.final DefaultLoader<T>