| Package | Description |
|---|---|
| org.javers.core.json | |
| org.javers.core.json.typeadapter | |
| org.javers.core.json.typeadapter.change |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicStringTypeAdapter<T>
Convenient abstract implementation of
JsonTypeAdapter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicTypeAdapter |
class |
CdoSnapshotTypeAdapter |
class |
CommitIdTypeAdapter |
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}}} |
class |
LocalDateTypeAdapter
Serializes LocalDate to JSON String using ISO date format yyyy-MM-dd,
for ex. 2001-12-01
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayChangeTypeAdapter |
class |
ChangeTypeAdapter<T extends Change> |
class |
ContainerChangeTypeAdapter<T extends ContainerChange> |
class |
ListChangeTypeAdapter |
class |
MapChangeTypeAdapter |
class |
NewObjectTypeAdapter |
class |
ObjectRemovedTypeAdapter |
class |
ReferenceChangeTypeAdapter |
class |
SetChangeTypeAdapter |
class |
ValueChangeTypeAdapter |
Copyright © 2014. All rights reserved.