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<org.springframework.core.convert.converter.Converter<?,?>> converters)
A list of custom converters (in addition to the defaults) to use when converting
properties for binding.
|
void |
ConfigurationPropertiesBindingPostProcessor.setGenericConverters(List<org.springframework.core.convert.converter.GenericConverter> converters)
A list of custom converters (in addition to the defaults) to use when converting
properties for binding.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.