Package | Description |
---|---|
org.springframework.boot.context.properties |
Support for external configuration binding via the
@ConfigurationProperties
annotation. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPropertiesBindingPostProcessor.setConverters(List<Converter<?,?>> converters)
A list of custom converters (in addition to the defaults) to use when converting
properties for binding.
|
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.