Interface ObjectConverter.Reader<T>

    • Method Detail

      • fromJson

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

        default boolean isGlobal()