public class JsonConverter extends Object
BasicStringTypeAdapter -
extend it if you need to represent unwrap as single String and don't want to deal with JSON API.
For concrete class example see LocalDateTimeTypeAdapter.
JsonTypeAdapter - use it if you need full control over JSON conversion
native Gson TypeAdapter
native Gson JsonSerializer
native Gson JsonDeserializer
LocalDateTime.
Those adapters are included by default in Javers setup, see JsonConverterBuilder.BUILT_IN_ADAPTERS
| Modifier and Type | Field and Description |
|---|---|
static String |
ISO_DATE_TIME_FORMAT |
Copyright © 2014. All rights reserved.