| Package | Description |
|---|---|
| com.hotels.styx.infrastructure.configuration | |
| com.hotels.styx.infrastructure.configuration.yaml |
| Modifier and Type | Method and Description |
|---|---|
Collection<UnresolvedPlaceholder> |
ExtensibleConfiguration.PlaceholderResolutionResult.unresolvedPlaceholders()
Placeholders that could not be resolved.
|
| Constructor and Description |
|---|
PlaceholderResolutionResult(C resolvedConfiguration,
Collection<UnresolvedPlaceholder> unresolvedPlaceholders) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UnresolvedPlaceholder> |
PlaceholderResolver.resolve() |
static Collection<UnresolvedPlaceholder> |
PlaceholderResolver.resolvePlaceholders(com.fasterxml.jackson.databind.JsonNode rootNode,
Map<String,String> externalProperties)
Resolve placeholders.
|
static Collection<UnresolvedPlaceholder> |
PlaceholderResolver.resolvePlaceholders(com.fasterxml.jackson.databind.JsonNode rootNode,
Properties properties)
Resolve placeholders.
|
Copyright © 2013–2020 Hotels.com. All rights reserved.