Index

C G L O P T 
All Classes and Interfaces|All Packages|Serialized Form

C

ConfigSourceProvider - Class in org.microbean.loader.microprofile.config.configsource
ConfigSourceProvider(ConfigSource, Collection<? extends ConfigSourceProvider.ConverterRegistration<?>>) - Constructor for class org.microbean.loader.microprofile.config.configsource.ConfigSourceProvider
Creates a new ConfigSourceProvider.
ConfigSourceProvider(ConfigSource, Map<? extends Type, ? extends Converter<?>>) - Constructor for class org.microbean.loader.microprofile.config.configsource.ConfigSourceProvider
Creates a new ConfigSourceProvider.
ConfigSourceProvider.ConverterRegistration<T> - Class in org.microbean.loader.microprofile.config.configsource
A coupling of a Type, a priority (as defined in the MicroProfile Config specification), and a Converter.
convert(String) - Method in class org.microbean.loader.microprofile.config.configsource.ConfigSourceProvider.ConverterRegistration
Converts the supplied String-typed configuration value to the conversion type supplied at construction time using the Converter supplied at construction time and returns the result of the conversion.
ConverterRegistration(Type, int, Converter<? extends T>) - Constructor for class org.microbean.loader.microprofile.config.configsource.ConfigSourceProvider.ConverterRegistration
ConverterRegistration(Type, Converter<? extends T>) - Constructor for class org.microbean.loader.microprofile.config.configsource.ConfigSourceProvider.ConverterRegistration
Creates a new ConfigSourceProvider.ConverterRegistration with a priority of 100, following the conventions of the MicroProfile Config specification

G

get(Loader<?>, Path<? extends Type>) - Method in class org.microbean.loader.microprofile.config.configsource.ConfigSourceProvider
 

L

lowerBound() - Method in class org.microbean.loader.microprofile.config.configsource.ConfigSourceProvider
 

O

org.microbean.loader.microprofile.config.configsource - module org.microbean.loader.microprofile.config.configsource
Provides packages for implementing Providers using MicroProfile Config ConfigSource constructs.
org.microbean.loader.microprofile.config.configsource - package org.microbean.loader.microprofile.config.configsource
Provides classes and interfaces for implementing Providers using MicroProfile Config ConfigSource constructs.

P

priority() - Method in class org.microbean.loader.microprofile.config.configsource.ConfigSourceProvider.ConverterRegistration
Returns the priority of this ConfigSourceProvider.ConverterRegistration.

T

type() - Method in class org.microbean.loader.microprofile.config.configsource.ConfigSourceProvider.ConverterRegistration
Returns the conversion type of this ConfigSourceProvider.ConverterRegistration.
C G L O P T 
All Classes and Interfaces|All Packages|Serialized Form