Class 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 Detail

      • MonthDayAdapter

        public MonthDayAdapter()