Class AtlasMapUtils.QIPDictionary
java.lang.Object
io.atlasmap.v2.Action
org.qubership.integration.platform.engine.util.AtlasMapUtils.QIPDictionary
- All Implemented Interfaces:
io.atlasmap.v2.FieldAction,Serializable
- Enclosing class:
AtlasMapUtils
public static class AtlasMapUtils.QIPDictionary
extends io.atlasmap.v2.Action
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDefaultValue(String defaultValue) voidsetDictionary(Map<String, String> dictionary) Methods inherited from class io.atlasmap.v2.Action
getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.atlasmap.v2.FieldAction
getDisplayName
-
Field Details
-
defaultValue
-
dictionary
-
-
Constructor Details
-
QIPDictionary
public QIPDictionary()
-
-
Method Details
-
getDefaultValue
-
setDefaultValue
@JsonPropertyDescription("Define default value if no dictionary rule found") public void setDefaultValue(String defaultValue) -
getDictionary
-
setDictionary
-