Class SupportBeanComplexProps
java.lang.Object
com.espertech.esper.common.internal.support.SupportBeanComplexProps
- All Implemented Interfaces:
SupportMarkerInterface
,Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSupportBeanComplexProps
(int[] indexedProps) SupportBeanComplexProps
(String simpleProperty, Properties mappedProps, int[] indexedProps, Map<String, String> mapProperty, int[] arrayProperty, String nestedValue, String nestedNestedValue) -
Method Summary
Modifier and TypeMethodDescriptionint[]
int
getIndexed
(int index) Object[]
static SupportBeanComplexProps
void
setArrayProperty
(int[] arrayProperty) void
setIndexed
(int index, int value) void
setIndexedProps
(int[] indexedProps) void
setMappedProps
(Properties mappedProps) void
setMapProperty
(Map<String, String> mapProperty) void
void
setObjectArray
(Object[] objectArray) void
setSimpleProperty
(String simpleProperty)
-
Field Details
-
PROPERTIES
-
-
Constructor Details
-
SupportBeanComplexProps
public SupportBeanComplexProps() -
SupportBeanComplexProps
public SupportBeanComplexProps(int[] indexedProps) -
SupportBeanComplexProps
-
-
Method Details
-
makeDefaultBean
-
getSimpleProperty
-
setSimpleProperty
-
getMapProperty
-
getMapped
-
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
-
setMapProperty
-
setNested
-
getObjectArray
-
setObjectArray
-