Uses of Class
org.microbean.loader.spi.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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
AnInputStreamJacksonProvider
that reads JSON-formattedapplication.json
classpath resources. -
Uses of AbstractProvider in org.microbean.loader.jackson.properties
Modifier and TypeClassDescriptionclass
AnInputStreamJacksonProvider
that reads Java properties-formatted files and classpath resources. -
Uses of AbstractProvider in org.microbean.loader.jackson.toml
Modifier and TypeClassDescriptionclass
AnInputStreamJacksonProvider
that reads TOML-formattedapplication.toml
classpath resources. -
Uses of AbstractProvider in org.microbean.loader.jackson.yaml
Modifier and TypeClassDescriptionclass
AnInputStreamJacksonProvider
that reads YAML-formattedapplication.yaml
classpath resources. -
Uses of AbstractProvider in org.microbean.loader.spi
Modifier and TypeClassDescriptionclass
An abstractAbstractProvider
whose implementations are built around tree structures of various kinds. -
Uses of AbstractProvider in org.microbean.loader.typesafe.config
Modifier and TypeClassDescriptionclass