Package | Description |
---|---|
org.springframework.boot.context.properties |
Support for external configuration properties.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationPropertiesBinderBuilder |
ConfigurationPropertiesBinderBuilder.withConversionService(org.springframework.core.convert.ConversionService conversionService)
Specify the
ConversionService to use or null to use the default. |
ConfigurationPropertiesBinderBuilder |
ConfigurationPropertiesBinderBuilder.withEnvironment(org.springframework.core.env.ConfigurableEnvironment environment)
Specify the
Environment to use, use all available
PropertySource . |
ConfigurationPropertiesBinderBuilder |
ConfigurationPropertiesBinderBuilder.withPropertySources(Iterable<org.springframework.core.env.PropertySource<?>> propertySources)
Specify the
property sources to use. |
ConfigurationPropertiesBinderBuilder |
ConfigurationPropertiesBinderBuilder.withValidator(org.springframework.validation.Validator validator)
Specify the
Validator to use or null to use the default. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.