Interface MappingParser

All Known Implementing Classes:
MappingParserImpl, MappingParserImpl.SuppressConversionMappingParser

public interface MappingParser
Handles reading Json for Objects.
  • Method Details

    • readObject

      <T> T readObject(Type targetType)
    • readObject

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

      default Collection<Class<?>> getSkippedConverters()