Class SerdeProviderAdditionalInfoDerivedViewProperty
java.lang.Object
com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoDerivedViewProperty
Information that the serde applies to a derived-value view property.
-
Constructor Summary
ConstructorDescriptionSerdeProviderAdditionalInfoDerivedViewProperty
(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw) Ctor -
Method Summary
Methods inherited from class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
getAnnotations, getContextName, getModuleName, getStatementName, getStatementType
-
Constructor Details
-
SerdeProviderAdditionalInfoDerivedViewProperty
public SerdeProviderAdditionalInfoDerivedViewProperty(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw) Ctor- Parameters:
raw
- statement information
-