Interface | Description |
---|---|
JsonParser | |
PropertySourceLoader |
Strategy interface used to load a
PropertySource . |
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. |
JacksonJsonParser |
Thin wrapper to adapt Jackson 2
ObjectMapper to JsonParser . |
JsonParserFactory |
Factory to create a
JsonParser . |
PropertiesPropertySourceLoader |
Strategy to load '.properties' files into a
PropertySource . |
SimpleJsonParser |
Really basic JSON parser for when you have nothing else available.
|
SpringProfileDocumentMatcher |
YamlProcessor.DocumentMatcher backed by Environment.getActiveProfiles() . |
YamlJsonParser |
Thin wrapper to adapt Snake
Yaml to JsonParser . |
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.
|
YamlPropertySourceLoader |
Strategy to load '.yml' files into a
PropertySource . |
Enum | Description |
---|---|
YamlProcessor.MatchStatus |
Status returned from
YamlProcessor.DocumentMatcher.matches(Properties) |
YamlProcessor.ResolutionMethod |
Resolution methods.
|
Copyright © 2013. All rights reserved.