public class InputParameterValidator extends Object
Constructor and Description |
---|
InputParameterValidator() |
Modifier and Type | Method and Description |
---|---|
static void |
validateExpressionExecutors(Object objectHavingAnnotation,
ExpressionExecutor[] attributeExpressionExecutors)
The method which validates the extension specific parameters of siddhi App with the pattern specified in the
ParameterOverload annotation in the extension class |
public static void validateExpressionExecutors(Object objectHavingAnnotation, ExpressionExecutor[] attributeExpressionExecutors) throws io.siddhi.query.api.exception.SiddhiAppValidationException
ParameterOverload
annotation in the extension classobjectHavingAnnotation
- the object which has Extension annotationattributeExpressionExecutors
- the executors of each function parametersio.siddhi.query.api.exception.SiddhiAppValidationException
- SiddhiAppValidation exceptionCopyright © 2021. All rights reserved.