public abstract class SerdeProviderAdditionalInfo
extends java.lang.Object
SerdeProvider
Constructor and Description |
---|
SerdeProviderAdditionalInfo(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.annotation.Annotation[] |
getAnnotations()
Returns the statement annotations
|
java.lang.String |
getContextName()
Returns the context name or null if no context associated
|
java.lang.String |
getModuleName()
Returns the module name
|
java.lang.String |
getStatementName()
Returns the statement name
|
StatementType |
getStatementType()
Returns the statement type
|
public SerdeProviderAdditionalInfo(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw)
raw
- statement informationpublic java.lang.String getStatementName()
public java.lang.annotation.Annotation[] getAnnotations()
public StatementType getStatementType()
public java.lang.String getContextName()
public java.lang.String getModuleName()