Class NestedGetterPair

java.lang.Object
com.espertech.esper.common.internal.event.render.NestedGetterPair

public class NestedGetterPair extends Object
Value-object for rendering support of a nested property value.
  • Constructor Details

    • NestedGetterPair

      public NestedGetterPair(EventPropertyGetter getter, String name, RendererMeta metadata, boolean isArray)
      Ctor.
      Parameters:
      getter - for retrieving the value
      name - property name
      metadata - the nested properties metadata
      isArray - indicates whether this is an indexed property
  • Method Details

    • getGetter

      public EventPropertyGetter getGetter()
      Returns the getter.
      Returns:
      getter
    • getName

      public String getName()
      Returns the property name.
      Returns:
      property name
    • getMetadata

      public RendererMeta getMetadata()
      Returns the nested property's metadata.
      Returns:
      metadata
    • isArray

      public boolean isArray()
      Returns true if an indexed nested property.
      Returns:
      indicator whether indexed