Class JsonMediaSupportProvider

java.lang.Object
io.helidon.http.media.json.JsonMediaSupportProvider
All Implemented Interfaces:
ConfiguredProvider<MediaSupport>, ConfiguredProvider<MediaSupport>, MediaSupportProvider

public class JsonMediaSupportProvider extends Object implements MediaSupportProvider
Media support provider for Helidon JSON media support.

This provider creates instances of JsonSupport for handling JSON serialization and deserialization in HTTP requests and responses.

  • Constructor Details

    • JsonMediaSupportProvider

      @Deprecated public JsonMediaSupportProvider()
      Deprecated.
      This class should be only instantiated as part of java ServiceLoader.
  • Method Details