Package com.datastax.astra.boot.utils
Class SdkDriverConfigLoaderBuilderSpring
java.lang.Object
com.datastax.oss.driver.internal.core.config.typesafe.DefaultProgrammaticDriverConfigLoaderBuilder
com.datastax.astra.boot.utils.SdkDriverConfigLoaderBuilderSpring
- All Implemented Interfaces:
com.datastax.oss.driver.api.core.config.OngoingConfigOptions<com.datastax.oss.driver.api.core.config.ProgrammaticDriverConfigLoaderBuilder>
,com.datastax.oss.driver.api.core.config.ProgrammaticDriverConfigLoaderBuilder
public class SdkDriverConfigLoaderBuilderSpring
extends com.datastax.oss.driver.internal.core.config.typesafe.DefaultProgrammaticDriverConfigLoaderBuilder
Default configuration builder.
-
Field Summary
Fields inherited from class com.datastax.oss.driver.internal.core.config.typesafe.DefaultProgrammaticDriverConfigLoaderBuilder
DEFAULT_FALLBACK_SUPPLIER
-
Constructor Summary
ConstructorDescriptionLoad configuration as map of keys -
Method Summary
Methods inherited from class com.datastax.oss.driver.internal.core.config.typesafe.DefaultProgrammaticDriverConfigLoaderBuilder
build, endProfile, startProfile, withBoolean, withBooleanList, withBytes, withBytesList, withDouble, withDoubleList, withDuration, withDurationList, withInt, withIntList, withLong, withLongList, without, withString, withStringList, withStringMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
withClass, withClassList
-
Constructor Details
-
SdkDriverConfigLoaderBuilderSpring
Load configuration as map of keys- Parameters:
keys
- spring keys.
-