Uses of Class
io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
Packages that use JsonpSupportConfig.BuilderBase
-
Uses of JsonpSupportConfig.BuilderBase in io.helidon.http.media.jsonp
Classes in io.helidon.http.media.jsonp with type parameters of type JsonpSupportConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
JsonpSupportConfig.BuilderBase<BUILDER extends JsonpSupportConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonpSupportConfig> Fluent API builder base forJsonpSupport
.Subclasses of JsonpSupportConfig.BuilderBase in io.helidon.http.media.jsonpMethods in io.helidon.http.media.jsonp with parameters of type JsonpSupportConfig.BuilderBaseModifier and TypeMethodDescriptionJsonpSupportConfig.BuilderBase.from
(JsonpSupportConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.http.media.jsonp with parameters of type JsonpSupportConfig.BuilderBaseModifierConstructorDescriptionprotected
JsonpSupportConfigImpl
(JsonpSupportConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.