Uses of Interface
com.espertech.esper.client.util.JSONEventRenderer

Packages that use JSONEventRenderer
com.espertech.esper.client.util This package contains utilities for events, specifically rendering of events in JSON and XML formats. 
com.espertech.esper.dataflow.ops Data flow built-in operators. 
com.espertech.esper.event.util Utilities around event rendering are here. 
 

Uses of JSONEventRenderer in com.espertech.esper.client.util
 

Methods in com.espertech.esper.client.util that return JSONEventRenderer
 JSONEventRenderer EventRenderer.getJSONRenderer(EventType eventType)
          Returns a render for the JSON format, valid only for the given event type and its subtypes.
 JSONEventRenderer EventRenderer.getJSONRenderer(EventType eventType, JSONRenderingOptions options)
          Returns a render for the JSON format, valid only for the given event type and its subtypes.
 

Uses of JSONEventRenderer in com.espertech.esper.dataflow.ops
 

Methods in com.espertech.esper.dataflow.ops that return JSONEventRenderer
protected  JSONEventRenderer LogSink.ConsoleOpRendererXmlJSon.getJsonRenderer(EventType eventType)
           
 

Uses of JSONEventRenderer in com.espertech.esper.event.util
 

Classes in com.espertech.esper.event.util that implement JSONEventRenderer
 class JSONRendererImpl
          Render for the JSON format.
 

Methods in com.espertech.esper.event.util that return JSONEventRenderer
 JSONEventRenderer EventRendererImpl.getJSONRenderer(EventType eventType)
          Returns a render for the JSON format, valid only for the given event type and its subtypes.
 JSONEventRenderer EventRendererImpl.getJSONRenderer(EventType eventType, JSONRenderingOptions options)
          Returns a render for the JSON format, valid only for the given event type and its subtypes.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com