Uses of Interface
org.microbean.loader.spi.AmbiguityHandler
Package
Description
Provides classes and interfaces related to the default implementation of the
microBean™ Loader API.
-
Uses of AmbiguityHandler in org.microbean.loader
Modifier and TypeMethodDescriptionfinal AmbiguityHandler
DefaultLoader.ambiguityHandler()
Returns theAmbiguityHandler
associated with thisDefaultLoader
.Modifier and TypeMethodDescriptionfinal DefaultLoader<T>
DefaultLoader.with
(AmbiguityHandler ambiguityHandler) Returns aDefaultLoader
that uses the suppliedAmbiguityHandler
.ModifierConstructorDescriptionDefaultLoader
(Collection<? extends Provider> providers, AmbiguityHandler ambiguityHandler)