public abstract class AbstractJsonDataDictionary extends AbstractDataDictionary<String>
DataDictionary.PathMappingStrategy
mappingFile, mappings
Constructor and Description |
---|
AbstractJsonDataDictionary() |
Modifier and Type | Method and Description |
---|---|
boolean |
supportsMessageType(String messageType)
Checks if this message interceptor is capable of this message type.
|
afterPropertiesSet, convertIfNecessary, getMappingFile, getMappings, getName, getPathMappingStrategy, isGlobalScope, setGlobalScope, setMappingFile, setMappings, setName, setPathMappingStrategy
interceptMessage, interceptMessageConstruction
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
translate
interceptMessageConstruction
public boolean supportsMessageType(String messageType)
messageType
- the message type representation as String (e.g. xml, json, csv, plaintext).Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.