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