Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JSONRenderingOptions |
JSONRenderingOptions.setPreventLooping(boolean preventLooping)
Indicator whether to prevent looping, by default set to true.
|
Modifier and Type | Method and Description |
---|---|
JSONEventRenderer |
EventRenderer.getJSONRenderer(EventType eventType,
JSONRenderingOptions options)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
String |
EventRenderer.renderJSON(String title,
EventBean theEvent,
JSONRenderingOptions options)
Quick-access method to render a given event in the JSON format.
|
Modifier and Type | Method and Description |
---|---|
static JSONRenderingOptions |
LogSink.RenderingOptions.getJsonOptions() |
Modifier and Type | Method and Description |
---|---|
static void |
LogSink.RenderingOptions.setJsonOptions(JSONRenderingOptions jsonOptions) |
Modifier and Type | Method and Description |
---|---|
JSONEventRenderer |
EventRendererImpl.getJSONRenderer(EventType eventType,
JSONRenderingOptions options)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
String |
EventRendererImpl.renderJSON(String title,
EventBean theEvent,
JSONRenderingOptions options)
Quick-access method to render a given event in the JSON format.
|
Constructor and Description |
---|
JSONRendererImpl(EventType eventType,
JSONRenderingOptions options)
Ctor.
|