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 |
---|---|
JSONEventRenderer |
EPRenderEventService.getJSONRenderer(EventType eventType)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
JSONEventRenderer |
EPEventTypeRuntime.getJSONRenderer(EventType eventType)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONRendererImpl
Render for the JSON format.
|
Modifier and Type | Method and Description |
---|---|
JSONEventRenderer |
EPRenderEventServiceImpl.getJSONRenderer(EventType eventType)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
JSONEventRenderer |
EPRenderEventServiceImpl.getJSONRenderer(EventType eventType,
JSONRenderingOptions options)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
Copyright © 2005–2018. All rights reserved.