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.event.util |
Utilities around event rendering are here.
|
Modifier and Type | Method and Description |
---|---|
OutputValueRenderer |
EventPropertyRendererContext.getDefaultRenderer()
Returns the output value default renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
EventPropertyRendererContext.setDefaultRenderer(OutputValueRenderer defaultRenderer)
Sets the output value default renderer.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputValueRendererBase
Renderer for a Object values that can simply be output via to-string.
|
class |
OutputValueRendererJSONString
Renderer for a String-value into JSON strings.
|
class |
OutputValueRendererXMLString
Renderer for a String-value into XML strings.
|
Modifier and Type | Method and Description |
---|---|
OutputValueRenderer |
GetterPair.getOutput()
Returns the renderer for the getter return value.
|
protected static OutputValueRenderer |
OutputValueRendererFactory.getOutputValueRenderer(Class type,
RendererMetaOptions options)
Returns a renderer for an output value.
|
Constructor and Description |
---|
GetterPair(EventPropertyGetter getter,
String name,
OutputValueRenderer output)
Ctor.
|