Uses of Interface
io.helidon.http.media.jsonp.JsonpSupportConfig
Packages that use JsonpSupportConfig
-
Uses of JsonpSupportConfig in io.helidon.http.media.jsonp
Classes in io.helidon.http.media.jsonp with type parameters of type JsonpSupportConfigModifier and TypeClassDescriptionstatic class
JsonpSupportConfig.BuilderBase<BUILDER extends JsonpSupportConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonpSupportConfig> Fluent API builder base forJsonpSupport
.Classes in io.helidon.http.media.jsonp that implement JsonpSupportConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.http.media.jsonp that return JsonpSupportConfigModifier and TypeMethodDescriptionJsonpSupportConfig.Builder.buildPrototype()
static JsonpSupportConfig
JsonpSupportConfig.create()
Create a new instance with default values.JsonpSupport.prototype()
Methods in io.helidon.http.media.jsonp with parameters of type JsonpSupportConfigModifier and TypeMethodDescriptionstatic JsonpSupportConfig.Builder
JsonpSupportConfig.builder
(JsonpSupportConfig instance) Create a new fluent API builder from an existing instance.static JsonpSupport
JsonpSupport.create
(JsonpSupportConfig jsonpSupportConfig) Creates a newJsonpSupport
based on theJsonpSupportConfig
.JsonpSupportConfig.BuilderBase.from
(JsonpSupportConfig prototype) Update this builder from an existing prototype instance.