public class ColumnsMappingV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
from
Input column(s) from the same encoding group.
|
java.lang.String[] |
to
Output column(s) generated by the application of target encoding to the `from` group.
|
| Constructor and Description |
|---|
ColumnsMappingV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|