Uses of Class
io.debezium.connector.mongodb.transforms.ExtractNewDocumentState.ArrayEncoding
-
Packages that use ExtractNewDocumentState.ArrayEncoding Package Description io.debezium.connector.mongodb.transforms -
-
Uses of ExtractNewDocumentState.ArrayEncoding in io.debezium.connector.mongodb.transforms
Fields in io.debezium.connector.mongodb.transforms declared as ExtractNewDocumentState.ArrayEncoding Modifier and Type Field Description private ExtractNewDocumentState.ArrayEncodingMongoDataConverter. arrayEncodingMethods in io.debezium.connector.mongodb.transforms that return ExtractNewDocumentState.ArrayEncoding Modifier and Type Method Description static ExtractNewDocumentState.ArrayEncodingExtractNewDocumentState.ArrayEncoding. parse(String value)Determine if the supplied value is one of the predefined options.static ExtractNewDocumentState.ArrayEncodingExtractNewDocumentState.ArrayEncoding. parse(String value, String defaultValue)Determine if the supplied value is one of the predefined options.static ExtractNewDocumentState.ArrayEncodingExtractNewDocumentState.ArrayEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtractNewDocumentState.ArrayEncoding[]ExtractNewDocumentState.ArrayEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.connector.mongodb.transforms with parameters of type ExtractNewDocumentState.ArrayEncoding Constructor Description MongoDataConverter(ExtractNewDocumentState.ArrayEncoding arrayEncoding)MongoDataConverter(ExtractNewDocumentState.ArrayEncoding arrayEncoding, FieldNameSelector.FieldNamer<String> fieldNamer, boolean sanitizeValue)
-