Package | Description |
---|---|
org.microbean.microprofile.config |
Provides classes and interfaces that implement the non-CDI-specific parts
of the MicroProfile Config specification.
|
Class and Description |
---|
ConfigSourceComparator
A
Comparator of ConfigSource s that considers only
their ordinals and
names in accordance with the
minimal requirements of the MicroProfile Config specification as
spelled out (only) in the ConfigSource API documentation. |
ConverterComparator
A
Comparator that considers only the priority, if any, available from the Converter
instances being compared, in accordance with the minimal
requirements of the MicroProfile Config specification as spelled
out (only) in the Converter API
documentation. |
TypeConverter
An interface indicating that implementations might be able to
convert
String values to a variety of differently-typed
objects. |
Copyright © 2019–2021, microBean™. All rights reserved.