Uses of Class
org.microbean.loader.spi.AbstractProvider
Packages that use AbstractProvider
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 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.-
Uses of AbstractProvider in org.microbean.loader
Subclasses of AbstractProvider in org.microbean.loaderModifier and TypeClassDescriptionclass
AnAbstractProvider
that provides access to environment variables.class
AnAbstractProvider
that is capable of proxying certain interfaces and supplying them as environmental objects.class
AnAbstractProvider
that can returnValue
s backed by System properties. -
Uses of AbstractProvider in org.microbean.loader.jackson
Subclasses of AbstractProvider in org.microbean.loader.jacksonModifier and TypeClassDescriptionclass
AJacksonProvider
built around anInputStream
-providing bifunction and anObjectCodec
-providing bifunction.class
A partialAbstractTreeBasedProvider
implementation backed by Jackson. -
Uses of AbstractProvider in org.microbean.loader.jackson.json
Subclasses of AbstractProvider in org.microbean.loader.jackson.jsonModifier and TypeClassDescriptionclass
AnInputStreamJacksonProvider
that reads JSON-formattedapplication.json
classpath resources. -
Uses of AbstractProvider in org.microbean.loader.jackson.properties
Subclasses of AbstractProvider in org.microbean.loader.jackson.propertiesModifier and TypeClassDescriptionclass
AnInputStreamJacksonProvider
that reads Java properties-formatted files and classpath resources. -
Uses of AbstractProvider in org.microbean.loader.jackson.toml
Subclasses of AbstractProvider in org.microbean.loader.jackson.tomlModifier and TypeClassDescriptionclass
AnInputStreamJacksonProvider
that reads TOML-formattedapplication.toml
classpath resources. -
Uses of AbstractProvider in org.microbean.loader.jackson.yaml
Subclasses of AbstractProvider in org.microbean.loader.jackson.yamlModifier and TypeClassDescriptionclass
AnInputStreamJacksonProvider
that reads YAML-formattedapplication.yaml
classpath resources. -
Uses of AbstractProvider in org.microbean.loader.spi
Subclasses of AbstractProvider in org.microbean.loader.spiModifier and TypeClassDescriptionclass
An abstractAbstractProvider
whose implementations are built around tree structures of various kinds. -
Uses of AbstractProvider in org.microbean.loader.typesafe.config
Subclasses of AbstractProvider in org.microbean.loader.typesafe.configModifier and TypeClassDescriptionclass