Uses of Class
com.espertech.esper.common.client.render.JSONRenderingOptions
Package
Description
Classes related to event rendering to JSON or XML format
-
Uses of JSONRenderingOptions in com.espertech.esper.common.client.render
Modifier and TypeMethodDescriptionJSONRenderingOptions.setPreventLooping
(boolean preventLooping) Indicator whether to prevent looping, by default set to true.Modifier and TypeMethodDescriptionEPEventTypeRuntime.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, JSONRenderingOptions options) Returns a render for the JSON format, valid only for the given event type and its subtypes.EPEventTypeRuntime.renderJSON
(String title, EventBean theEvent, JSONRenderingOptions options) Quick-access method to render a given event in the JSON format.EPRenderEventService.renderJSON
(String title, EventBean theEvent, JSONRenderingOptions options) Quick-access method to render a given event in the JSON format.