-
- All Superinterfaces:
Context,DocumentContext,GraphContext,MutableGraphContext
public interface MutableContext extends Context, MutableGraphContext
-
-
Field Summary
-
Fields inherited from interface io.fixprotocol.md.event.Context
DEFAULT_LEVEL, EMPTY_CONTEXT
-
Fields inherited from interface io.fixprotocol.md.event.DocumentContext
UNKNOWN_POSITION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaddKey(String key)Add a key to the Contextdefault voidaddPair(String key, String value)Add a pair of keys to the Context that may be interpreted as a key-value pair-
Methods inherited from interface io.fixprotocol.md.event.Context
getKey, getKeys, getKeyValue, getLevel
-
Methods inherited from interface io.fixprotocol.md.event.DocumentContext
getCharPositionInLine, getLine
-
Methods inherited from interface io.fixprotocol.md.event.GraphContext
getParent
-
Methods inherited from interface io.fixprotocol.md.event.MutableGraphContext
setParent
-
-
-
-
Method Detail
-
addKey
void addKey(String key)
Add a key to the Context- Parameters:
key- a key
-
-