| Package | Description |
|---|---|
| org.javers.json | |
| org.javers.json.typeAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicStringTypeAdapter<T>
Convenient abstract implementation of
JsonTypeAdapter. |
| Constructor and Description |
|---|
JsonConverter(Collection<JsonTypeAdapter> customAdapters) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalDateTimeTypeAdapter
Serializes LocalDateTime to JSON String using ISO date format yyyy-MM-dd'T'HH:mm,
for ex. 2001-12-01T22:23
Without typeAdapter, LocalDateTime written to JSON would be: {"iLocalMillis":1007245380000,"iChronology":{"iBase":{"iMinDaysInFirstWeek":4}}} |
Copyright © 2013. All rights reserved.