Package | Description |
---|---|
org.springframework.boot.yaml |
Support for parsing YAML.
|
Modifier and Type | Class and Description |
---|---|
class |
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).
|
class |
DefaultProfileDocumentMatcher
A
YamlProcessor.DocumentMatcher that matches the default profile implicitly but not
explicitly (i.e. |
class |
SpringProfileDocumentMatcher
|
Modifier and Type | Method and Description |
---|---|
void |
YamlProcessor.setDocumentMatchers(YamlProcessor.DocumentMatcher... matchers)
A map of document matchers allowing callers to selectively use only some of the
documents in a YAML resource.
|
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.