Package | Description |
---|---|
com.espertech.esper.common.client.render |
Classes related to event rendering to JSON or XML format
|
com.espertech.esper.common.internal.event.render |
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 |
EPRenderEventService.getJSONRenderer(EventType eventType,
JSONRenderingOptions options)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
JSONEventRenderer |
EPEventTypeRuntime.getJSONRenderer(EventType eventType,
JSONRenderingOptions options)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
String |
EPRenderEventService.renderJSON(String title,
EventBean theEvent,
JSONRenderingOptions options)
Quick-access method to render a given event in the JSON format.
|
String |
EPEventTypeRuntime.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 |
---|---|
JSONEventRenderer |
EPRenderEventServiceImpl.getJSONRenderer(EventType eventType,
JSONRenderingOptions options)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
String |
EPRenderEventServiceImpl.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.
|
Copyright © 2005–2018. All rights reserved.