Class JsonbValueHandler
- java.lang.Object
-
- de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler<String>
-
- de.bytefish.pgbulkinsert.pgsql.handlers.JsonbValueHandler
-
- All Implemented Interfaces:
IValueHandler<String>,ValueHandler
public class JsonbValueHandler extends BaseValueHandler<String>
-
-
Constructor Summary
Constructors Constructor Description JsonbValueHandler()JsonbValueHandler(int jsonbProtocolVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength(String value)protected voidinternalHandle(DataOutputStream buffer, String value)-
Methods inherited from class de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler
handle
-
-
-
-
Method Detail
-
internalHandle
protected void internalHandle(DataOutputStream buffer, String value) throws Exception
- Specified by:
internalHandlein classBaseValueHandler<String>- Throws:
Exception
-
getLength
public int getLength(String value)
-
-