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
ConstructorsModifierConstructorDescriptionprotectedJsonpSupportConfigImpl(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.FactoryCreate a new instance of the runtime type from this config object.- Specified by:
buildin interfacePrototype.Factory<JsonpSupport>- Returns:
- new configured runtime instance
-
get
- Specified by:
getin interfaceSupplier<JsonpSupport>
-
name
Description copied from interface:JsonpSupportConfigName of the support. Default value isjsonp.- Specified by:
namein interfaceJsonpSupportConfig- Returns:
- name of the support
-
readerFactory
Description copied from interface:JsonpSupportConfigJsonp reader factory.- Specified by:
readerFactoryin interfaceJsonpSupportConfig- Returns:
- reader factory
-
writerFactory
Description copied from interface:JsonpSupportConfigJsonp writer factory.- Specified by:
writerFactoryin interfaceJsonpSupportConfig- Returns:
- writer factory
-
toString
-
equals
-
hashCode
public int hashCode()
-