public class AttributeConverter extends Object
Attribute.Type| Constructor and Description |
|---|
AttributeConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getPropertyValue(Object propertyValue,
io.siddhi.query.api.definition.Attribute.Type attributeType)
Convert the given object to the given type.
|
Object |
getPropertyValue(String propertyValue,
io.siddhi.query.api.definition.Attribute.Type attributeType)
Convert the given object to the given type.
|
public static Object getPropertyValue(Object propertyValue, io.siddhi.query.api.definition.Attribute.Type attributeType)
propertyValue - the actual objectattributeType - the desired data typeCopyright © 2022. All rights reserved.