Uses of Interface
io.helidon.http.media.MediaSupportConfig
Packages that use MediaSupportConfig
Package
Description
Helidon Media Support.
Gson media type support.
Jackson media type support.
Helidon JSON Media Support.
Helidon JSON Binding Media Support.
JSON-Binding Entity Media handling support.
JSON-Processing Entity Media handling support.
-
Uses of MediaSupportConfig in io.helidon.http.media
Classes in io.helidon.http.media with type parameters of type MediaSupportConfigModifier and TypeClassDescriptionclassMediaSupportBase<T extends MediaSupportConfig>A base class that can be used to implement media support that has a few common features, such as support forMediaSupportConfig.static classMediaSupportConfig.BuilderBase<BUILDER extends MediaSupportConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends MediaSupportConfig> Fluent API builder base forMediaSupportConfig.Classes in io.helidon.http.media that implement MediaSupportConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.http.media that return MediaSupportConfigModifier and TypeMethodDescriptionMediaSupportConfig.Builder.build()MediaSupportConfig.Builder.buildPrototype()static MediaSupportConfigDeprecated.static MediaSupportConfigCreate a new instance from configuration.Methods in io.helidon.http.media with parameters of type MediaSupportConfigModifier and TypeMethodDescriptionstatic MediaSupportConfig.BuilderMediaSupportConfig.builder(MediaSupportConfig instance) Create a new fluent API builder from an existing instance.MediaSupportConfig.BuilderBase.from(MediaSupportConfig prototype) Update this builder from an existing prototype instance.Constructors in io.helidon.http.media with parameters of type MediaSupportConfigModifierConstructorDescriptionprotectedEntityWriterBase(MediaSupportConfig config) Provide the media support config with default content type, and supported accepted media types. -
Uses of MediaSupportConfig in io.helidon.http.media.gson
Subinterfaces of MediaSupportConfig in io.helidon.http.media.gsonModifier and TypeInterfaceDescriptioninterfaceConfiguration of theGsonSupport.(package private) interfaceio.helidon.http.media.gson.GsonSupportConfigBlueprintConfiguration of theGsonSupport.Classes in io.helidon.http.media.gson that implement MediaSupportConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of MediaSupportConfig in io.helidon.http.media.jackson
Subinterfaces of MediaSupportConfig in io.helidon.http.media.jacksonModifier and TypeInterfaceDescriptioninterfaceConfiguration of theJacksonSupport.(package private) interfaceio.helidon.http.media.jackson.JacksonSupportConfigBlueprintConfiguration of theJacksonSupport.Classes in io.helidon.http.media.jackson that implement MediaSupportConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of MediaSupportConfig in io.helidon.http.media.json
Subinterfaces of MediaSupportConfig in io.helidon.http.media.jsonModifier and TypeInterfaceDescriptioninterfaceConfiguration of Helidon JSON media support.(package private) interfaceio.helidon.http.media.json.JsonSupportConfigBlueprintConfiguration of Helidon JSON media support.Classes in io.helidon.http.media.json that implement MediaSupportConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of MediaSupportConfig in io.helidon.http.media.json.binding
Subinterfaces of MediaSupportConfig in io.helidon.http.media.json.bindingModifier and TypeInterfaceDescriptioninterfaceConfiguration for Helidon JSON Binding media support.(package private) interfaceio.helidon.http.media.json.binding.JsonBindingSupportConfigBlueprintConfiguration for Helidon JSON Binding media support.Classes in io.helidon.http.media.json.binding that implement MediaSupportConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of MediaSupportConfig in io.helidon.http.media.jsonb
Subinterfaces of MediaSupportConfig in io.helidon.http.media.jsonbModifier and TypeInterfaceDescriptioninterfaceConfiguration of theJsonbSupport.(package private) interfaceio.helidon.http.media.jsonb.JsonbSupportConfigBlueprintConfiguration of theJsonbSupport.Classes in io.helidon.http.media.jsonb that implement MediaSupportConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of MediaSupportConfig in io.helidon.http.media.jsonp
Subinterfaces of MediaSupportConfig in io.helidon.http.media.jsonpModifier and TypeInterfaceDescriptioninterfaceConfiguration of theJsonpSupport.(package private) interfaceio.helidon.http.media.jsonp.JsonpSupportConfigBlueprintConfiguration of theJsonpSupport.Classes in io.helidon.http.media.jsonp that implement MediaSupportConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.
create(io.helidon.config.Config)