Class NestedGetterPair
java.lang.Object
com.espertech.esper.common.internal.event.render.NestedGetterPair
Value-object for rendering support of a nested property value.
-
Constructor Summary
ConstructorDescriptionNestedGetterPair
(EventPropertyGetter getter, String name, RendererMeta metadata, boolean isArray) Ctor. -
Method Summary
-
Constructor Details
-
NestedGetterPair
public NestedGetterPair(EventPropertyGetter getter, String name, RendererMeta metadata, boolean isArray) Ctor.- Parameters:
getter
- for retrieving the valuename
- property namemetadata
- the nested properties metadataisArray
- indicates whether this is an indexed property
-
-
Method Details
-
getGetter
Returns the getter.- Returns:
- getter
-
getName
Returns the property name.- Returns:
- property name
-
getMetadata
Returns the nested property's metadata.- Returns:
- metadata
-
isArray
public boolean isArray()Returns true if an indexed nested property.- Returns:
- indicator whether indexed
-