Class GsonJavaTimeAdapter.MonthDayAdapter

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

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

    • MonthDayAdapter

      public MonthDayAdapter()
  • Method Details