Uses of Interface
org.cometd.common.JSONContext.Generator
-
Packages that use JSONContext.Generator Package Description org.cometd.common org.cometd.server -
-
Uses of JSONContext.Generator in org.cometd.common
Classes in org.cometd.common that implement JSONContext.Generator Modifier and Type Class Description protected class
JacksonJSONContext.ObjectMapperGenerator
protected class
JettyJSONContext.JSONGenerator
Methods in org.cometd.common that return JSONContext.Generator Modifier and Type Method Description JSONContext.Generator
JacksonJSONContext. getGenerator()
JSONContext.Generator
JettyJSONContext. getGenerator()
JSONContext.Generator
JSONContext. getGenerator()
-
Uses of JSONContext.Generator in org.cometd.server
Methods in org.cometd.server that return JSONContext.Generator Modifier and Type Method Description JSONContext.Generator
JacksonJSONContextServer. getGenerator()
JSONContext.Generator
JettyJSONContextServer. getGenerator()
-