Interface | Description |
---|---|
YamlProcessor.DocumentMatcher |
Strategy interface used the test if properties match.
|
YamlProcessor.MatchCallback |
Callback interface used to process properties in a resulting map.
|
Class | Description |
---|---|
ArrayDocumentMatcher |
Matches a document containing a given key and where the value of that key is an array
containing one of the given values, or where one of the values matches one of the given
values (interpreted as regexes).
|
DefaultProfileDocumentMatcher |
A
YamlProcessor.DocumentMatcher that matches the default profile implicitly but not
explicitly (i.e. |
SpringProfileDocumentMatcher | |
YamlMapFactoryBean |
Factory for Map that reads from a YAML source.
|
YamlProcessor |
Base class for Yaml factories.
|
YamlPropertiesFactoryBean |
Factory for Java Properties that reads from a YAML source.
|
Enum | Description |
---|---|
YamlProcessor.MatchStatus |
Status returned from
YamlProcessor.DocumentMatcher.matches(Properties) |
YamlProcessor.ResolutionMethod |
Resolution methods.
|
YamlPropertiesFactoryBean
,
YamlMapFactoryBean
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.