Interface JsonReader<T>

All Known Implementing Classes:
EnumJsonReader, JsonField.DefaultReader, ListJsonReader, MapJsonReader, SetJsonReader, SortedSetJsonReader, UuidJsonCodec

public interface JsonReader<T>
Русский: Контракт читателя JSON со всеми методами чтения
English: JSON reader contract with all read methods
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    read(byte[] bytes)
     
    default T
    read(byte[] bytes, int offset, int length)
     
    read(com.fasterxml.jackson.core.JsonParser parser)
     
    default T
     
    default T
    read(String str)