Uses of Class
io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
Packages that use UcpDataSourceConfig.BuilderBase
-
Uses of UcpDataSourceConfig.BuilderBase in io.helidon.data.sql.datasource.ucp
Classes in io.helidon.data.sql.datasource.ucp with type parameters of type UcpDataSourceConfig.BuilderBaseModifier and TypeClassDescriptionstatic classUcpDataSourceConfig.BuilderBase<BUILDER extends UcpDataSourceConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends UcpDataSourceConfig> Fluent API builder base forUcpDataSourceConfig.Subclasses of UcpDataSourceConfig.BuilderBase in io.helidon.data.sql.datasource.ucpMethods in io.helidon.data.sql.datasource.ucp with parameters of type UcpDataSourceConfig.BuilderBaseModifier and TypeMethodDescriptionUcpDataSourceConfig.BuilderBase.from(UcpDataSourceConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.data.sql.datasource.ucp with parameters of type UcpDataSourceConfig.BuilderBaseModifierConstructorDescriptionprotectedUcpDataSourceConfigImpl(UcpDataSourceConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.