|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use YamlProcessor.DocumentMatcher | |
|---|---|
| org.springframework.boot.config | |
| Uses of YamlProcessor.DocumentMatcher in org.springframework.boot.config |
|---|
| Classes in org.springframework.boot.config that implement YamlProcessor.DocumentMatcher | |
|---|---|
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
YamlProcessor.DocumentMatcher backed by Environment.getActiveProfiles(). |
| Method parameters in org.springframework.boot.config with type arguments of type YamlProcessor.DocumentMatcher | |
|---|---|
void |
YamlProcessor.setDocumentMatchers(List<? extends YamlProcessor.DocumentMatcher> matchers)
A map of document matchers allowing callers to selectively use only some of the documents in a YAML resource. |
| Constructors in org.springframework.boot.config with parameters of type YamlProcessor.DocumentMatcher | |
|---|---|
YamlPropertySourceLoader(YamlProcessor.DocumentMatcher... matchers)
Create a YamlPropertySourceLoader instance with the specified matchers. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||