Package com.clickhouse.client.api.serde
Interface POJOFieldDeserializer
public interface POJOFieldDeserializer
Class used to set value for individual fields in a POJO.
Implementation will have reference to a specific POJO property.
Caller will use this class to set value for the property.
Methods are overloaded to support primitive types and avoid boxing.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetValue(Object obj, BinaryStreamReader reader, ClickHouseColumn column)
-
Method Details
-
setValue
- Throws:
Exception
-