| Package | Description |
|---|---|
| io.debezium.connector.mongodb.transforms |
| Modifier and Type | Field and Description |
|---|---|
private UnwrapFromMongoDbEnvelope.ArrayEncoding |
MongoDataConverter.arrayEncoding |
| Modifier and Type | Method and Description |
|---|---|
static UnwrapFromMongoDbEnvelope.ArrayEncoding |
UnwrapFromMongoDbEnvelope.ArrayEncoding.parse(String value)
Determine if the supplied value is one of the predefined options.
|
static UnwrapFromMongoDbEnvelope.ArrayEncoding |
UnwrapFromMongoDbEnvelope.ArrayEncoding.parse(String value,
String defaultValue)
Determine if the supplied value is one of the predefined options.
|
static UnwrapFromMongoDbEnvelope.ArrayEncoding |
UnwrapFromMongoDbEnvelope.ArrayEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnwrapFromMongoDbEnvelope.ArrayEncoding[] |
UnwrapFromMongoDbEnvelope.ArrayEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MongoDataConverter(UnwrapFromMongoDbEnvelope.ArrayEncoding arrayEncoding) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.