Uses of Class
com.espertech.esper.client.util.JSONRenderingOptions

Packages that use JSONRenderingOptions
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 JSONRenderingOptions in com.espertech.esper.client.util
 

Methods in com.espertech.esper.client.util that return JSONRenderingOptions
 JSONRenderingOptions JSONRenderingOptions.setPreventLooping(boolean preventLooping)
          Indicator whether to prevent looping, by default set to true.
 

Methods in com.espertech.esper.client.util with parameters of type JSONRenderingOptions
 JSONEventRenderer EventRenderer.getJSONRenderer(EventType eventType, JSONRenderingOptions options)
          Returns a render for the JSON format, valid only for the given event type and its subtypes.
 java.lang.String EventRenderer.renderJSON(java.lang.String title, EventBean theEvent, JSONRenderingOptions options)
          Quick-access method to render a given event in the JSON format.
 

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

Methods in com.espertech.esper.dataflow.ops that return JSONRenderingOptions
static JSONRenderingOptions LogSink.RenderingOptions.getJsonOptions()
           
 

Methods in com.espertech.esper.dataflow.ops with parameters of type JSONRenderingOptions
static void LogSink.RenderingOptions.setJsonOptions(JSONRenderingOptions jsonOptions)
           
 

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

Methods in com.espertech.esper.event.util with parameters of type JSONRenderingOptions
 JSONEventRenderer EventRendererImpl.getJSONRenderer(EventType eventType, JSONRenderingOptions options)
          Returns a render for the JSON format, valid only for the given event type and its subtypes.
 java.lang.String EventRendererImpl.renderJSON(java.lang.String title, EventBean theEvent, JSONRenderingOptions options)
          Quick-access method to render a given event in the JSON format.
 

Constructors in com.espertech.esper.event.util with parameters of type JSONRenderingOptions
JSONRendererImpl(EventType eventType, JSONRenderingOptions options)
          Ctor.
 


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