public abstract class SerdeProviderAdditionalInfo extends Object
SerdeProvider
Constructor and Description |
---|
SerdeProviderAdditionalInfo(StatementRawInfo raw)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Annotation[] |
getAnnotations()
Returns the statement annotations
|
String |
getContextName()
Returns the context name or null if no context associated
|
String |
getModuleName()
Returns the module name
|
String |
getStatementName()
Returns the statement name
|
StatementType |
getStatementType()
Returns the statement type
|
public SerdeProviderAdditionalInfo(StatementRawInfo raw)
raw
- statement informationpublic String getStatementName()
public Annotation[] getAnnotations()
public StatementType getStatementType()
public String getContextName()
public String getModuleName()
Copyright © 2005–2021. All rights reserved.