public class SerdeProviderContextClass
extends java.lang.Object
SerdeProvider
Constructor and Description |
---|
SerdeProviderContextClass(java.lang.Class 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
|
java.lang.Class |
getClazz()
Returns the type to provide a serde for
|
public SerdeProviderContextClass(java.lang.Class clazz, SerdeProviderAdditionalInfo additionalInfo)
clazz
- typeadditionalInfo
- additional information on why and where a serde is need for this typepublic java.lang.Class getClazz()
public SerdeProviderAdditionalInfo getAdditionalInfo()