Uses of Interface
com.espertech.esper.common.client.render.JSONEventRenderer
Package
Description
Classes related to event rendering to JSON or XML format
Utilities around event rendering are here.
-
Uses of JSONEventRenderer in com.espertech.esper.common.client.render
Modifier and TypeMethodDescriptionEPEventTypeRuntime.getJSONRenderer
(EventType eventType) Returns a render for the JSON format, valid only for the given event type and its subtypes.EPEventTypeRuntime.getJSONRenderer
(EventType eventType, JSONRenderingOptions options) Returns a render for the JSON format, valid only for the given event type and its subtypes.EPRenderEventService.getJSONRenderer
(EventType eventType) Returns a render for the JSON format, valid only for the given event type and its subtypes.EPRenderEventService.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.common.internal.event.render
Modifier and TypeMethodDescriptionEPRenderEventServiceImpl.getJSONRenderer
(EventType eventType) Returns a render for the JSON format, valid only for the given event type and its subtypes.EPRenderEventServiceImpl.getJSONRenderer
(EventType eventType, JSONRenderingOptions options) Returns a render for the JSON format, valid only for the given event type and its subtypes.