Package org.springframework.boot.bind

Class Summary
CustomPropertyConstructor Extended version of snakeyaml's Constructor class to facilitate mapping custom YAML keys to Javabean property names.
InetAddressEditor PropertyEditor for InetAddress objects.
PropertiesConfigurationFactory<T> Validate some Properties (or optionally PropertySources) by binding them to an object of a specified type and then optionally running a Validator over it.
PropertySourcesPropertyValues A PropertyValues implementation backed by a PropertySources, bridging the two abstractions and allowing (for instance) a regular DataBinder to be used with the latter.
RelaxedDataBinder Binder implementation that allows caller to bind to maps and also allows property names to match a bit loosely (if underscores or dashes are removed and replaced with camel case for example).
RelaxedNames Generates relaxed name variations from a given source.
RelaxedPropertyResolver PropertyResolver that attempts to resolve values using RelaxedNames.
YamlConfigurationFactory<T> Validate some YAML by binding it to an object of a specified type and then optionally running a Validator over it.
 



Copyright © 2013. All Rights Reserved.