Module io.helidon.http.media.jsonb
Package io.helidon.http.media.jsonb
Class JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
java.lang.Object
io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- All Implemented Interfaces:
Prototype.Api
,Prototype.Factory<JsonbSupport>
,JsonbSupportConfig
,Supplier<JsonbSupport>
- Enclosing class:
JsonbSupportConfig.BuilderBase<BUILDER extends JsonbSupportConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonbSupportConfig>
protected static class JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
extends Object
implements JsonbSupportConfig, Supplier<JsonbSupport>
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.jsonb.JsonbSupportConfig
JsonbSupportConfig.Builder, JsonbSupportConfig.BuilderBase<BUILDER extends JsonbSupportConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonbSupportConfig> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JsonbSupportConfigImpl
(JsonbSupportConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
Modifier and TypeMethodDescriptionJsonbboolean
configuration properties.build()
Create a new instance of the runtime type from this config object.JsonbClass
configuration properties.boolean
get()
int
hashCode()
jsonb()
Jsonb instance.name()
Name of the support.Jsonb configuration properties.JsonbString
configuration properties.toString()
-
Constructor Details
-
JsonbSupportConfigImpl
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<JsonbSupport>
- Returns:
- new configured runtime instance
-
get
- Specified by:
get
in interfaceSupplier<JsonbSupport>
-
name
Description copied from interface:JsonbSupportConfig
Name of the support. Default value isjsonb
.- Specified by:
name
in interfaceJsonbSupportConfig
- Returns:
- name of the support
-
jsonb
Description copied from interface:JsonbSupportConfig
Jsonb instance.- Specified by:
jsonb
in interfaceJsonbSupportConfig
- Returns:
- jsonb instance
-
stringProperties
Description copied from interface:JsonbSupportConfig
- Specified by:
stringProperties
in interfaceJsonbSupportConfig
- Returns:
- jsonb config properties
-
booleanProperties
Description copied from interface:JsonbSupportConfig
Jsonbboolean
configuration properties. Properties are being ignored if specificJsonb
is set.- Specified by:
booleanProperties
in interfaceJsonbSupportConfig
- Returns:
- jsonb config properties
-
classProperties
Description copied from interface:JsonbSupportConfig
- Specified by:
classProperties
in interfaceJsonbSupportConfig
- Returns:
- jsonb config properties
-
properties
Description copied from interface:JsonbSupportConfig
Jsonb configuration properties. Properties are being ignored if specificJsonb
is set.- Specified by:
properties
in interfaceJsonbSupportConfig
- Returns:
- jsonb config properties
-
toString
-
equals
-
hashCode
public int hashCode()
-