Class JettyJSONContext.JSONGenerator
java.lang.Object
org.cometd.common.JettyJSONContext.JSONGenerator
- All Implemented Interfaces:
JSONContext.Generator
- Enclosing class:
JettyJSONContext<M extends Message.Mutable>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JSONGenerator
protected JSONGenerator()
-
-
Method Details
-
generate
- Specified by:
generate
in interfaceJSONContext.Generator
- Parameters:
object
- the object to stringify- Returns:
- the JSON string representing the object
-