Class GsonJavaTimeAdapter.LocalTimeAdapter

java.lang.Object
com.google.gson.TypeAdapter<LocalTime>
de.xima.fc.helper.GsonJavaTimeAdapter.LocalTimeAdapter
Enclosing class:
GsonJavaTimeAdapter

public static class GsonJavaTimeAdapter.LocalTimeAdapter extends com.google.gson.TypeAdapter<LocalTime>
Type adapter for LocalTime. Serialized representation is a JSON object with the hour, minute, and second, and nano properties.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • LocalTimeAdapter

      public LocalTimeAdapter()
  • Method Details