Class GsonObjectMapper.LocalDateTimeAdapter

  • All Implemented Interfaces:
    com.google.gson.JsonDeserializer<java.time.LocalDateTime>, com.google.gson.JsonSerializer<java.time.LocalDateTime>
    Enclosing class:
    GsonObjectMapper

    private static class GsonObjectMapper.LocalDateTimeAdapter
    extends GsonObjectMapper.DateTimeAdapter<java.time.LocalDateTime>
    • Constructor Detail

      • LocalDateTimeAdapter

        private LocalDateTimeAdapter()