Class JSON.SqlDateTypeAdapter

java.lang.Object
com.google.gson.TypeAdapter<Date>
io.voucherify.client.JSON.SqlDateTypeAdapter
Enclosing class:
JSON

public static class JSON.SqlDateTypeAdapter extends com.google.gson.TypeAdapter<Date>
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).