See: Description
Class | Description |
---|---|
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. |
PropertyOrigin |
The origin of a property, specifically its source and its name before any prefix was
removed.
|
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. |
PropertySourceUtils |
Convenience class for manipulating PropertySources.
|
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. |
YamlJavaBeanPropertyConstructor |
Extended version of snakeyaml's Constructor class to facilitate mapping custom YAML
keys to JavaBean property names.
|
Exception | Description |
---|---|
RelaxedBindingNotWritablePropertyException |
A custom
NotWritablePropertyException that is thrown when a failure occurs
during relaxed binding. |
RelaxedDataBinder
,
YamlConfigurationFactory
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.