public class ResultSetJSONSerializer extends com.fasterxml.jackson.databind.JsonSerializer<ResultSet>
| Constructor and Description |
|---|
ResultSetJSONSerializer() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Geeft, na serialisatie, het aantal verwerkte records.
|
Class<ResultSet> |
handledType() |
void |
serialize(ResultSet resultSet,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public long getCount()
-1 in geval van een fout.public Class<ResultSet> handledType()
handledType in class com.fasterxml.jackson.databind.JsonSerializer<ResultSet>public void serialize(ResultSet resultSet, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws ResultSetSerializerException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<ResultSet>ResultSetSerializerExceptionCopyright © 2018–2019 B3Partners B.V.. All rights reserved.