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
ConstructorsModifierConstructorDescriptionprotectedJsonbSupportConfigImpl(JsonbSupportConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
Modifier and TypeMethodDescriptionJsonbbooleanconfiguration properties.build()Create a new instance of the runtime type from this config object.JsonbClassconfiguration properties.booleanget()inthashCode()jsonb()Jsonb instance.name()Name of the support.Jsonb configuration properties.JsonbStringconfiguration 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.FactoryCreate a new instance of the runtime type from this config object.- Specified by:
buildin interfacePrototype.Factory<JsonbSupport>- Returns:
- new configured runtime instance
-
get
- Specified by:
getin interfaceSupplier<JsonbSupport>
-
name
Description copied from interface:JsonbSupportConfigName of the support. Default value isjsonb.- Specified by:
namein interfaceJsonbSupportConfig- Returns:
- name of the support
-
jsonb
Description copied from interface:JsonbSupportConfigJsonb instance.- Specified by:
jsonbin interfaceJsonbSupportConfig- Returns:
- jsonb instance
-
stringProperties
Description copied from interface:JsonbSupportConfig- Specified by:
stringPropertiesin interfaceJsonbSupportConfig- Returns:
- jsonb config properties
-
booleanProperties
Description copied from interface:JsonbSupportConfigJsonbbooleanconfiguration properties. Properties are being ignored if specificJsonbis set.- Specified by:
booleanPropertiesin interfaceJsonbSupportConfig- Returns:
- jsonb config properties
-
classProperties
Description copied from interface:JsonbSupportConfig- Specified by:
classPropertiesin interfaceJsonbSupportConfig- Returns:
- jsonb config properties
-
properties
Description copied from interface:JsonbSupportConfigJsonb configuration properties. Properties are being ignored if specificJsonbis set.- Specified by:
propertiesin interfaceJsonbSupportConfig- Returns:
- jsonb config properties
-
toString
-
equals
-
hashCode
public int hashCode()
-