| Interface | Description |
|---|---|
| ConfigSourceConfiguration | |
| ConfigValueResolver |
This is an abstraction to resolve
Config values using a fluent API that is used
when the basic Config.getValue(String, Class) does not suffice
or the user wants to make sure a value is returned without an exception. |
| JDBCConfigSourceConfiguration | |
| MicroprofileConfigConfiguration |
The configuration that configures the semantics of the MP
Config implementation. |
| Class | Description |
|---|---|
| ConfigProviderResolverImpl |
This Service implements the Microprofile Config API and provides integration
into the guts of Payara Server.
|
| ConfigProviderResolverSync |
This class was created to resolve race condition, caused by independent parallel initialization
of the server components, where some may init undesired automatical service lookup.
|
| ConfigSourceComparator | |
| ConfigValueImpl | |
| InjectedPayaraConfig | |
| MicroprofileConfigConfiguration.Duck | |
| PayaraConfig |
Standard implementation for MP
Config. |
| PayaraConfigBuilder |
| Enum | Description |
|---|---|
| ConfigValueResolver.ElementPolicy |
What to do when collection element conversion fails.
|
Copyright © 2021. All rights reserved.