Class SerdeProviderAdditionalInfoVariable
java.lang.Object
com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoVariable
Information about the variable for which to obtain a serde.
-
Constructor Summary
ConstructorDescriptionSerdeProviderAdditionalInfoVariable
(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw, String variableName) Ctor. -
Method Summary
Methods inherited from class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
getAnnotations, getContextName, getModuleName, getStatementName, getStatementType
-
Constructor Details
-
SerdeProviderAdditionalInfoVariable
public SerdeProviderAdditionalInfoVariable(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw, String variableName) Ctor.- Parameters:
raw
- statement informationvariableName
- variable name
-
-
Method Details