Interface MappingParser

    • Method Detail

      • readObject

        <T> T readObject​(Type targetType)
      • readObject

        <T> T readObject​(jakarta.json.JsonValue jsonValue,
                         Type targetType)
      • getSkippedConverters

        default Collection<Class<?>> getSkippedConverters()