Uses of Class
ai.dat.core.configuration.ConfigOptions.TypedConfigOptionBuilder
Packages that use ConfigOptions.TypedConfigOptionBuilder
-
Uses of ConfigOptions.TypedConfigOptionBuilder in ai.dat.core.configuration
Methods in ai.dat.core.configuration that return ConfigOptions.TypedConfigOptionBuilderModifier and TypeMethodDescriptionConfigOptions.OptionBuilder.booleanType()Defines that the value of the option should be ofBooleantype.ConfigOptions.OptionBuilder.doubleType()Defines that the value of the option should be ofDoubletype.ConfigOptions.OptionBuilder.durationType()Defines that the value of the option should be ofDurationtype.<T extends Enum<T>>
ConfigOptions.TypedConfigOptionBuilder<T>Defines that the value of the option should be ofEnumtype.ConfigOptions.OptionBuilder.floatType()Defines that the value of the option should be ofFloattype.ConfigOptions.OptionBuilder.intType()Defines that the value of the option should be ofIntegertype.ConfigOptions.OptionBuilder.longType()Defines that the value of the option should be ofLongtype.ConfigOptions.OptionBuilder.mapObjectType()Defines that the value of the option should be a set of properties, which can be represented asMap<String, Object>.ConfigOptions.OptionBuilder.mapType()Defines that the value of the option should be a set of properties, which can be represented asMap<String, String>.ConfigOptions.OptionBuilder.memoryType()Defines that the value of the option should be ofMemorySizetype.ConfigOptions.OptionBuilder.stringType()Defines that the value of the option should be ofStringtype.