| Package | Description |
|---|---|
| org.javers.core | |
| org.javers.core.json | |
| org.javers.core.json.typeadapter |
| Modifier and Type | Method and Description |
|---|---|
JaversBuilder |
JaversBuilder.registerValueTypeAdapter(JsonTypeAdapter typeAdapter)
Registers
ValueType and its custom JSON adapter. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicStringTypeAdapter<T>
Convenient abstract implementation of
JsonTypeAdapter. |
| Modifier and Type | Method and Description |
|---|---|
JsonConverterBuilder |
JsonConverterBuilder.registerJsonTypeAdapter(JsonTypeAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
JsonConverterBuilder |
JsonConverterBuilder.registerJsonTypeAdapters(Collection<JsonTypeAdapter> adapters) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeTypeAdapter
Change to JSON serializer
|
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
|
class |
ValueTypeAdapter |
Copyright © 2014. All rights reserved.