Uses of Package
org.microbean.loader.spi
Packages that use org.microbean.loader.spi
Package
Description
Provides classes and interfaces related to the default implementation of the
microBean™ Loader API.
Provides classes and interfaces for implementing a Jackson-based JSON
provider.
Provides classes and interfaces for implementing a Jackson-based
properties provider.
Provides classes and interfaces for implementing a Jackson-based TOML
provider.
Provides classes and interfaces for implementing a Jackson-based YAML
provider.
Provides classes and interfaces for implementing
Provider
s using MicroProfile
Config ConfigSource
constructs.Provides classes and interfaces related to the service provider interface of
the default
implementation of the microBean™ Loader API.
Provides classes and interfaces for implementing
Provider
s using Typesafe
Config constructs.-
Classes in org.microbean.loader.spi used by org.microbean.loader
-
Classes in org.microbean.loader.spi used by org.microbean.loader.jacksonClassDescriptionA skeletal
Provider
implementation.An abstractAbstractProvider
whose implementations are built around tree structures of various kinds. -
Classes in org.microbean.loader.spi used by org.microbean.loader.jackson.jsonClassDescriptionA skeletal
Provider
implementation.An abstractAbstractProvider
whose implementations are built around tree structures of various kinds. -
Classes in org.microbean.loader.spi used by org.microbean.loader.jackson.propertiesClassDescriptionA skeletal
Provider
implementation.An abstractAbstractProvider
whose implementations are built around tree structures of various kinds. -
Classes in org.microbean.loader.spi used by org.microbean.loader.jackson.tomlClassDescriptionA skeletal
Provider
implementation.An abstractAbstractProvider
whose implementations are built around tree structures of various kinds. -
Classes in org.microbean.loader.spi used by org.microbean.loader.jackson.yamlClassDescriptionA skeletal
Provider
implementation.An abstractAbstractProvider
whose implementations are built around tree structures of various kinds. -
Classes in org.microbean.loader.spi used by org.microbean.loader.microprofile.config.configsourceClassDescriptionAn
OptionalSupplier
of a value that is additionally qualified by aPath
partially identifying the kinds ofQualifiers
andPath
s for which it might be suitable. -
Classes in org.microbean.loader.spi used by org.microbean.loader.spiClassDescriptionA skeletal
Provider
implementation.An annotation designating an interface as one that is backed by variousLoader.load(Path)
calls, and that informs anyProvider
implementation that wishes to proxy it that the interface in question may be proxied.AnOptionalSupplier
of a value that is additionally qualified by aPath
partially identifying the kinds ofQualifiers
andPath
s for which it might be suitable. -
Classes in org.microbean.loader.spi used by org.microbean.loader.typesafe.configClassDescriptionA skeletal
Provider
implementation.An abstractAbstractProvider
whose implementations are built around tree structures of various kinds.