Interface | Description |
---|---|
ConverterBuilder<P> |
Builder that configures how conversions are applied.
|
EnvironmentBuilder<P> |
Builder that configures how configuration properties are handled.
|
PropertiesBuilder<P> |
Registers custom properties (see
Properties ). |
Class | Description |
---|---|
ConverterBuilderDelegate<P> |
Implementation that just delegates all operations to another builder.
|
EnvironmentBuilderDelegate<P> |
Implementation that just delegates all operations to another builder.
|
PropertiesBuilderDelegate<P> |
Implementation that just delegates all operations to another builder.
|
SimpleConverterBuilder<P> |
A
ConverterBuilder that builds the converter:
If a custom converter is defined, use it
If no custom converter, use DefaultConverter
If DefaultConverter or custom converter that also implements
ConverterRegistry , register all previously registered
SupportingConverter s
|
SimpleEnvironmentBuilder<P> |
Builds the
PropertyResolver :
If a custom resolver is defined, use it directly
If no custom resolver, use the JavaPropertiesResolver with merged
Properties and converter instance provided by
Builder.build()
|
SimplePropertiesBuilder<P> |
A
PropertiesBuilder that registers properties (key/value pairs) that
is used by an EnvironmentBuilder.properties() . |
Copyright © 2021. All rights reserved.