Uses of Class
com.espertech.esper.common.client.render.JSONRenderingOptions
Packages that use JSONRenderingOptions
Package
Description
Classes related to event rendering to JSON or XML format
Utilities around event rendering are here.
-
Uses of JSONRenderingOptions in com.espertech.esper.common.client.render
Methods in com.espertech.esper.common.client.render that return JSONRenderingOptionsModifier and TypeMethodDescriptionJSONRenderingOptions.setPreventLooping
(boolean preventLooping) Indicator whether to prevent looping, by default set to true.Methods in com.espertech.esper.common.client.render with parameters of type JSONRenderingOptionsModifier 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. -
Uses of JSONRenderingOptions in com.espertech.esper.common.internal.event.render
Methods in com.espertech.esper.common.internal.event.render with parameters of type JSONRenderingOptionsModifier and TypeMethodDescriptionEPRenderEventServiceImpl.getJSONRenderer
(EventType eventType, JSONRenderingOptions options) Returns a render for the JSON format, valid only for the given event type and its subtypes.EPRenderEventServiceImpl.renderJSON
(String title, EventBean theEvent, JSONRenderingOptions options) Quick-access method to render a given event in the JSON format.Constructors in com.espertech.esper.common.internal.event.render with parameters of type JSONRenderingOptionsModifierConstructorDescriptionJSONRendererImpl
(EventType eventType, JSONRenderingOptions options) Ctor.