Package | Description |
---|---|
com.espertech.esper.client.util |
This package contains utilities for events, specifically rendering of events in JSON and XML formats.
|
com.espertech.esper.dataflow.ops |
Data flow built-in operators.
|
com.espertech.esper.event.util |
Utilities around event rendering are here.
|
Modifier and Type | Method and Description |
---|---|
XMLRenderingOptions |
XMLRenderingOptions.setDefaultAsAttribute(boolean defaultAsAttribute)
Indicator whether simple properties are rendered as elements (the default) or as attributes, this setting is false by default thereby
simple properties are rendered as elements.
|
XMLRenderingOptions |
XMLRenderingOptions.setPreventLooping(boolean preventLooping)
Indicator whether to prevent looping, by default set to true.
|
Modifier and Type | Method and Description |
---|---|
XMLEventRenderer |
EventRenderer.getXMLRenderer(EventType eventType,
XMLRenderingOptions options)
Returns a render for the XML format, valid only for the given event type and its subtypes.
|
String |
EventRenderer.renderXML(String rootElementName,
EventBean theEvent,
XMLRenderingOptions options)
Quick-access method to render a given event in the XML format.
|
Modifier and Type | Method and Description |
---|---|
static XMLRenderingOptions |
LogSink.RenderingOptions.getXmlOptions() |
Modifier and Type | Method and Description |
---|---|
static void |
LogSink.RenderingOptions.setXmlOptions(XMLRenderingOptions xmlOptions) |
Modifier and Type | Method and Description |
---|---|
XMLEventRenderer |
EventRendererImpl.getXMLRenderer(EventType eventType,
XMLRenderingOptions options)
Returns a render for the XML format, valid only for the given event type and its subtypes.
|
String |
EventRendererImpl.renderXML(String rootElementName,
EventBean theEvent,
XMLRenderingOptions options)
Quick-access method to render a given event in the XML format.
|
Constructor and Description |
---|
XMLRendererImpl(EventType eventType,
XMLRenderingOptions options)
Ctor.
|