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 classJacksonJSONContext.ObjectMapperGeneratorprotected classJettyJSONContext.JSONGeneratorMethods in org.cometd.common that return JSONContext.Generator Modifier and Type Method Description JSONContext.GeneratorJacksonJSONContext. getGenerator()JSONContext.GeneratorJettyJSONContext. getGenerator()JSONContext.GeneratorJSONContext. getGenerator() -
Uses of JSONContext.Generator in org.cometd.server
Methods in org.cometd.server that return JSONContext.Generator Modifier and Type Method Description JSONContext.GeneratorJacksonJSONContextServer. getGenerator()JSONContext.GeneratorJettyJSONContextServer. getGenerator()
-