Interface ObjectConverter.Reader<T>

All Superinterfaces:
MapperConverter
All Known Subinterfaces:
ObjectConverter.Codec<T>
Enclosing class:
ObjectConverter

public static interface ObjectConverter.Reader<T> extends MapperConverter
  • Method Summary

    Modifier and Type
    Method
    Description
    fromJson(jakarta.json.JsonValue jsonValue, Type targetType, MappingParser parser)
     
    default boolean
     
  • Method Details

    • fromJson

      T fromJson(jakarta.json.JsonValue jsonValue, Type targetType, MappingParser parser)
    • isGlobal

      default boolean isGlobal()