- All Superinterfaces:
Prototype.Api
,Prototype.Factory<JsonbSupport>
- All Known Implementing Classes:
JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
Configuration of the
JsonbSupport
.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Fluent API builder forJsonbSupport
.static class
JsonbSupportConfig.BuilderBase<BUILDER extends JsonbSupportConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonbSupportConfig> Fluent API builder base forJsonbSupport
. -
Method Summary
Modifier and TypeMethodDescriptionJsonbboolean
configuration properties.static JsonbSupportConfig.Builder
builder()
Create a new fluent API builder to customize configuration.static JsonbSupportConfig.Builder
builder
(JsonbSupportConfig instance) Create a new fluent API builder from an existing instance.JsonbClass
configuration properties.static JsonbSupportConfig
create()
Create a new instance with default values.static JsonbSupportConfig
Deprecated.static JsonbSupportConfig
Create a new instance from configuration.jsonb()
Jsonb instance.name()
Name of the support.Jsonb configuration properties.JsonbString
configuration properties.Methods inherited from interface io.helidon.builder.api.Prototype.Factory
build
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance
- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance from configuration.- Parameters:
config
- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Deprecated.Create a new instance from configuration.- Parameters:
config
- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Create a new instance with default values.- Returns:
- a new instance
-
name
String name()Name of the support. Default value isjsonb
.- Returns:
- name of the support
-
jsonb
Jsonb jsonb()Jsonb instance.- Returns:
- jsonb instance
-
stringProperties
- Returns:
- jsonb config properties
-
booleanProperties
Jsonbboolean
configuration properties. Properties are being ignored if specificJsonb
is set.- Returns:
- jsonb config properties
-
classProperties
- Returns:
- jsonb config properties
-
properties
Jsonb configuration properties. Properties are being ignored if specificJsonb
is set.- Returns:
- jsonb config properties
-
create(io.helidon.config.Config)