Class GsonJavaTimeAdapter.YearMonthAdapter

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

public static class GsonJavaTimeAdapter.YearMonthAdapter extends com.google.gson.TypeAdapter<YearMonth>
Type adapter for YearMonth. Serialized representation is a JSON object with the year and month properties.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • YearMonthAdapter

      public YearMonthAdapter()
  • Method Details