Module io.helidon.http.media.jsonp
Package io.helidon.http.media.jsonp
Class JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
java.lang.Object
io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
- All Implemented Interfaces:
Prototype.Api
,Prototype.Factory<JsonpSupport>
,JsonpSupportConfig
,Supplier<JsonpSupport>
- Enclosing class:
JsonpSupportConfig.BuilderBase<BUILDER extends JsonpSupportConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonpSupportConfig>
protected static class JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
extends Object
implements JsonpSupportConfig, Supplier<JsonpSupport>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.http.media.jsonp.JsonpSupportConfig
JsonpSupportConfig.Builder, JsonpSupportConfig.BuilderBase<BUILDER extends JsonpSupportConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonpSupportConfig> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JsonpSupportConfigImpl
(JsonpSupportConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
JsonpSupportConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
build
Description copied from interface:Prototype.Factory
Create a new instance of the runtime type from this config object.- Specified by:
build
in interfacePrototype.Factory<JsonpSupport>
- Returns:
- new configured runtime instance
-
get
- Specified by:
get
in interfaceSupplier<JsonpSupport>
-
name
Description copied from interface:JsonpSupportConfig
Name of the support. Default value isjsonp
.- Specified by:
name
in interfaceJsonpSupportConfig
- Returns:
- name of the support
-
readerFactory
Description copied from interface:JsonpSupportConfig
Jsonp reader factory.- Specified by:
readerFactory
in interfaceJsonpSupportConfig
- Returns:
- reader factory
-
writerFactory
Description copied from interface:JsonpSupportConfig
Jsonp writer factory.- Specified by:
writerFactory
in interfaceJsonpSupportConfig
- Returns:
- writer factory
-
toString
-
equals
-
hashCode
public int hashCode()
-