- validator() - Method in class com.github.jcustenborder.kafka.connect.utils.config.ConfigKeyBuilder
-
- validator(ConfigDef.Validator) - Method in class com.github.jcustenborder.kafka.connect.utils.config.ConfigKeyBuilder
-
- Validators - Class in com.github.jcustenborder.kafka.connect.utils.config.validators
-
- validCharset(String...) - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Method will return a validator that will ensure that a String or List contains a charset that
is supported by the system.
- validCharset() - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Method will return a validator that will ensure that a String or List contains a charset that
is supported by the system.
- ValidDirectory - Class in com.github.jcustenborder.kafka.connect.utils.config.validators.filesystem
-
Validator is used to ensure that the setting is a directory on the file system and that it is readable.
- ValidDirectory(boolean) - Constructor for class com.github.jcustenborder.kafka.connect.utils.config.validators.filesystem.ValidDirectory
-
- ValidDirectoryWritable - Class in com.github.jcustenborder.kafka.connect.utils.config.validators.filesystem
-
Validator is used to ensure that the setting is a directory on the file system, is readable, and writable.
- validEnum(Class<? extends Enum>, Enum...) - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Method is used to create a new INSTANCE of the enum validator.
- ValidEnum - Class in com.github.jcustenborder.kafka.connect.utils.config
-
Deprecated.
- ValidFile - Class in com.github.jcustenborder.kafka.connect.utils.config.validators.filesystem
-
Validator is used to ensure that the setting is a file on the file system and that it is readable.
- ValidFile(boolean) - Constructor for class com.github.jcustenborder.kafka.connect.utils.config.validators.filesystem.ValidFile
-
- ValidFileSystem - Class in com.github.jcustenborder.kafka.connect.utils.config.validators.filesystem
-
Validator is used as a base for validators that check file system properties.
- ValidFileSystem(boolean) - Constructor for class com.github.jcustenborder.kafka.connect.utils.config.validators.filesystem.ValidFileSystem
-
- ValidFileWritable - Class in com.github.jcustenborder.kafka.connect.utils.config.validators.filesystem
-
Validator is used to ensure that the setting is a file on the file system, is readable, and writable.
- validHostAndPort() - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Validator to ensure that a configuration setting is a hostname and port.
- validHostAndPort(Integer, boolean, boolean) - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Validator to ensure that a configuration setting is a hostname and port.
- ValidHostAndPort - Class in com.github.jcustenborder.kafka.connect.utils.config.validators
-
Deprecated.
- ValidHostnameAndPort - Class in com.github.jcustenborder.kafka.connect.utils.config
-
Deprecated.
- ValidHostnameAndPort() - Constructor for class com.github.jcustenborder.kafka.connect.utils.config.ValidHostnameAndPort
-
Deprecated.
- validKeyManagerFactory() - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Validator is used to ensure that the KeyManagerFactory Algorithm specified is valid.
- validKeyStoreType() - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Validator is used to ensure that the KeyStore type specified is valid.
- ValidPattern - Class in com.github.jcustenborder.kafka.connect.utils.config
-
Deprecated.
- validPort() - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Creates a validator in the port range specified.
- validPort(int, int) - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Creates a validator in the port range specified.
- ValidPort - Class in com.github.jcustenborder.kafka.connect.utils.config
-
Deprecated.
- validSSLContext() - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Validator is used to ensure that the TrustManagerFactory Algorithm specified is valid.
- validTrustManagerFactory() - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Validator is used to ensure that the TrustManagerFactory Algorithm specified is valid.
- validURI(String...) - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Method will return a validator that will ensure that a String or List contains a URI with the
proper syntax.
- validUrl() - Static method in class com.github.jcustenborder.kafka.connect.utils.config.validators.Validators
-
Method will return a validator that will ensure that a String or List contains an Url
- ValidUrl - Class in com.github.jcustenborder.kafka.connect.utils.config.validators
-
- ValidUrl() - Constructor for class com.github.jcustenborder.kafka.connect.utils.config.validators.ValidUrl
-
- validValues(String, Map<String, Object>) - Method in interface com.github.jcustenborder.kafka.connect.utils.config.recommenders.ValidValuesCallback
-
- ValidValuesCallback - Interface in com.github.jcustenborder.kafka.connect.utils.config.recommenders
-
- version - Variable in class com.github.jcustenborder.kafka.connect.utils.data.SchemaKey
-
- version(Class<?>) - Static method in class com.github.jcustenborder.kafka.connect.utils.VersionUtil
-
- VersionUtil - Class in com.github.jcustenborder.kafka.connect.utils
-
- VersionUtil() - Constructor for class com.github.jcustenborder.kafka.connect.utils.VersionUtil
-
- visible(String, Map<String, Object>) - Method in interface com.github.jcustenborder.kafka.connect.utils.config.recommenders.VisibleCallback
-
- VisibleCallback - Interface in com.github.jcustenborder.kafka.connect.utils.config.recommenders
-
- visibleIf(String, Object) - Static method in class com.github.jcustenborder.kafka.connect.utils.config.recommenders.Recommenders
-
Method is used to return a recommender that will mark a ConfigItem as visible if
the configKey is set to the specified value.
- visibleIf(String, Object, ValidValuesCallback) - Static method in class com.github.jcustenborder.kafka.connect.utils.config.recommenders.Recommenders
-
Method is used to return a recommender that will mark a ConfigItem as visible if
the configKey is set to the specified value.