Module io.helidon.http.media.jsonp
Package io.helidon.http.media.jsonp
Class JsonpSupportConfig.Builder
java.lang.Object
io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase<JsonpSupportConfig.Builder,JsonpSupportConfig>
io.helidon.http.media.jsonp.JsonpSupportConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<JsonpSupportConfig.Builder,,JsonpSupportConfig> Builder<JsonpSupportConfig.Builder,,JsonpSupport> Supplier<JsonpSupport>
- Enclosing interface:
JsonpSupportConfig
public static class JsonpSupportConfig.Builder
extends JsonpSupportConfig.BuilderBase<JsonpSupportConfig.Builder,JsonpSupportConfig>
implements Builder<JsonpSupportConfig.Builder,JsonpSupport>
Fluent API builder for
JsonpSupport.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl -
Method Summary
Methods inherited from class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
from, from, name, name, preBuildPrototype, readerFactory, readerFactory, toString, validatePrototype, writerFactory, writerFactoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<JsonpSupportConfig.Builder,JsonpSupportConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<JsonpSupportConfig.Builder,JsonpSupport> - Returns:
- instance of the built type
-