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.
|
<R> R |
translate(T key,
R value,
TestContext context)
Translate value with given path in message content.
|
interceptMessageConstruction, supportsMessageType
<R> R translate(T key, R value, TestContext context)
value
- current valuekey
- the key element in message contentcontext
- the current test contextString getName()
DataDictionary.PathMappingStrategy getPathMappingStrategy()
boolean isGlobalScope()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.