Class SupportBeanComplexProps

java.lang.Object
com.espertech.esper.common.internal.support.SupportBeanComplexProps
All Implemented Interfaces:
SupportMarkerInterface, Serializable

public class SupportBeanComplexProps extends Object implements Serializable, SupportMarkerInterface
See Also:
  • Field Details

    • PROPERTIES

      public static final String[] PROPERTIES
  • Constructor Details

    • SupportBeanComplexProps

      public SupportBeanComplexProps()
    • SupportBeanComplexProps

      public SupportBeanComplexProps(int[] indexedProps)
    • SupportBeanComplexProps

      public SupportBeanComplexProps(String simpleProperty, Properties mappedProps, int[] indexedProps, Map<String,String> mapProperty, int[] arrayProperty, String nestedValue, String nestedNestedValue)
  • Method Details

    • makeDefaultBean

      public static SupportBeanComplexProps makeDefaultBean()
    • getSimpleProperty

      public String getSimpleProperty()
    • setSimpleProperty

      public void setSimpleProperty(String simpleProperty)
    • getMapProperty

      public Map<String,String> getMapProperty()
    • getMapped

      public String getMapped(String key)
    • getIndexed

      public int getIndexed(int index)
    • getNested

    • getArrayProperty

      public int[] getArrayProperty()
    • setIndexed

      public void setIndexed(int index, int value)
    • setArrayProperty

      public void setArrayProperty(int[] arrayProperty)
    • setIndexedProps

      public void setIndexedProps(int[] indexedProps)
    • setMappedProps

      public void setMappedProps(Properties mappedProps)
    • setMapProperty

      public void setMapProperty(Map<String,String> mapProperty)
    • setNested

    • getObjectArray

      public Object[] getObjectArray()
    • setObjectArray

      public void setObjectArray(Object[] objectArray)