Package org.cometd.common
Interface JSONContext.Generator
-
- All Known Implementing Classes:
JacksonJSONContext.ObjectMapperGenerator,JettyJSONContext.JSONGenerator
- Enclosing interface:
- JSONContext<T extends Message.Mutable>
public static interface JSONContext.GeneratorA JSON stringifier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringgenerate(java.lang.Object object)
-