Package | Description |
---|---|
org.springframework.boot.bind |
Classes and utilities to help when binding spring based configuration files to objects.
|
Class and Description |
---|
PropertyOrigin
The origin of a property, specifically its source and its name before any prefix was
removed.
|
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.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.