| Package | Description |
|---|---|
| io.cdap.plugin |
| Modifier and Type | Method and Description |
|---|---|
static FieldCase |
FieldCase.toFieldCase(String fieldCase) |
static FieldCase |
FieldCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldCase[] |
FieldCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static io.cdap.cdap.api.data.format.StructuredRecord |
StructuredRecordUtils.convertCase(io.cdap.cdap.api.data.format.StructuredRecord input,
FieldCase fieldCase)
Converts the field names in the input
StructuredRecord to a desired case |
Copyright © 2019 CDAP Licensed under the Apache License, Version 2.0.