Uses of Class
org.microbean.loader.spi.Value
Packages that use Value
Package
Description
Provides classes and interfaces for implementing
Providers using MicroProfile
Config ConfigSource constructs.Provides classes and interfaces related to the service provider interface of
the default
implementation of the microBean™ Loader API.
-
Uses of Value in org.microbean.loader.microprofile.config.configsource
Methods in org.microbean.loader.microprofile.config.configsource that return Value -
Uses of Value in org.microbean.loader.spi
Methods in org.microbean.loader.spi that return ValueModifier and TypeMethodDescriptiondefault <U> Value<U>AmbiguityHandler.disambiguate(Loader<?> requestor, Path<? extends Type> absolutePath, Provider p0, Value<U> v0, Provider p1, Value<U> v1) final Value<?>Implements theProvider.get(Loader, Path)method to first call theAbstractProvider.find(Loader, Path)method, and, if necessary, theAbstractProvider.path(Loader, Path)method, and to then return aValuemade up of the relevant return values.Value<?>Methods in org.microbean.loader.spi with parameters of type ValueModifier and TypeMethodDescriptiondefault <U> Value<U>AmbiguityHandler.disambiguate(Loader<?> requestor, Path<? extends Type> absolutePath, Provider p0, Value<U> v0, Provider p1, Value<U> v1) default voidAmbiguityHandler.valueRejected(Loader<?> rejector, Path<? extends Type> absolutePath, Provider provider, Value<?> value) Called to notify thisAmbiguityHandlerthat aValueprovided by aProviderwas discarded during the search for a configured object.Constructors in org.microbean.loader.spi with parameters of type Value