public interface DataDictionary<T> extends MessageConstructionInterceptor
| Modifier and Type | Interface and Description |
|---|---|
static class |
DataDictionary.PathMappingStrategy
Possible mapping strategies for identifying matching dictionary items
with path comparison.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the data dictionary name.
|
DataDictionary.PathMappingStrategy |
getPathMappingStrategy()
Gets the path mapping strategy.
|
boolean |
isGlobalScope()
Should dictionary be used in global scope.
|
String |
translate(T key,
String value,
TestContext context)
Translate value with given path in message content.
|
interceptMessageConstruction, supportsMessageTypeString translate(T key, String value, TestContext context)
value - current valuekey - the key element in message contentcontext - the current test contextString getName()
DataDictionary.PathMappingStrategy getPathMappingStrategy()
boolean isGlobalScope()
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.