public class JacksonKt
@NotNull public static com.fasterxml.jackson.databind.ObjectMapper getMapper()
The Tock jackson mapper.
@Nullable
public static java.lang.String fieldNameWithValueReady(@NotNull
com.fasterxml.jackson.core.JsonParser $this$fieldNameWithValueReady)
Return the current field name, with the value ready to read.
public static <T> com.fasterxml.jackson.databind.module.SimpleModule addDeserializer(@NotNull
com.fasterxml.jackson.databind.module.SimpleModule $this$addDeserializer,
@NotNull
kotlin.reflect.KClass<T> type,
@NotNull
com.fasterxml.jackson.databind.JsonDeserializer<? extends T> deser)
Add a deserializer in the SimpleModule.
public static <T> com.fasterxml.jackson.databind.module.SimpleModule addSerializer(@NotNull
com.fasterxml.jackson.databind.module.SimpleModule $this$addSerializer,
@NotNull
kotlin.reflect.KClass<T> type,
@NotNull
com.fasterxml.jackson.databind.JsonSerializer<? super T> ser)
Add a serializer in the SimpleModule.