Uses of Interface
com.espertech.esper.common.client.render.JSONEventRenderer
Packages that use 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
Classes in com.espertech.esper.common.client.render that implement JSONEventRendererMethods in com.espertech.esper.common.client.render that return JSONEventRendererModifier 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
Classes in com.espertech.esper.common.internal.event.render that implement JSONEventRendererMethods in com.espertech.esper.common.internal.event.render that return JSONEventRendererModifier 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.