public class SerdeProviderContextClass
extends java.lang.Object
SerdeProvider
Constructor and Description |
---|
SerdeProviderContextClass(EPTypeClass clazz,
SerdeProviderAdditionalInfo additionalInfo)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
SerdeProviderAdditionalInfo |
getAdditionalInfo()
Returns additional information on why and where a serde is need for this type
|
EPTypeClass |
getClazz()
Returns the type to provide a serde for
|
public SerdeProviderContextClass(EPTypeClass clazz, SerdeProviderAdditionalInfo additionalInfo)
clazz
- typeadditionalInfo
- additional information on why and where a serde is need for this typepublic EPTypeClass getClazz()
public SerdeProviderAdditionalInfo getAdditionalInfo()