Package org.apache.thrift.protocol
Class TSimpleJSONProtocol.Context
- java.lang.Object
-
- org.apache.thrift.protocol.TSimpleJSONProtocol.Context
-
- Direct Known Subclasses:
TSimpleJSONProtocol.ListContext
,TSimpleJSONProtocol.StructContext
- Enclosing class:
- TSimpleJSONProtocol
protected class TSimpleJSONProtocol.Context extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Context()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isMapKey()
Returns whether the current value is a key in a mapprotected void
write()
-
-
-
Method Detail
-
write
protected void write() throws TException
- Throws:
TException
-
isMapKey
protected boolean isMapKey()
Returns whether the current value is a key in a map
-
-