Uses of Enum
io.debezium.connector.mongodb.transforms.ExtractNewDocumentState.ArrayEncoding
Packages that use ExtractNewDocumentState.ArrayEncoding
-
Uses of ExtractNewDocumentState.ArrayEncoding in io.debezium.connector.mongodb.transforms
Fields in io.debezium.connector.mongodb.transforms declared as ExtractNewDocumentState.ArrayEncodingModifier and TypeFieldDescriptionprivate final ExtractNewDocumentState.ArrayEncodingMongoDataConverter.arrayEncodingMethods in io.debezium.connector.mongodb.transforms that return ExtractNewDocumentState.ArrayEncodingModifier and TypeMethodDescriptionDetermine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.Returns the enum constant of this type with the specified name.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.ArrayEncodingModifierConstructorDescriptionMongoDataConverter(ExtractNewDocumentState.ArrayEncoding arrayEncoding) MongoDataConverter(ExtractNewDocumentState.ArrayEncoding arrayEncoding, FieldNameSelector.FieldNamer<String> fieldNamer, boolean sanitizeValue)