public static enum JsonRowDeserializationSchema.RowFieldMode extends Enum<JsonRowDeserializationSchema.RowFieldMode>
| Enum Constant and Description |
|---|
NAMED |
NAMED_POSITION |
POSITION |
| Modifier and Type | Method and Description |
|---|---|
static JsonRowDeserializationSchema.RowFieldMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonRowDeserializationSchema.RowFieldMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonRowDeserializationSchema.RowFieldMode POSITION
public static final JsonRowDeserializationSchema.RowFieldMode NAMED
public static final JsonRowDeserializationSchema.RowFieldMode NAMED_POSITION
public static JsonRowDeserializationSchema.RowFieldMode[] values()
for (JsonRowDeserializationSchema.RowFieldMode c : JsonRowDeserializationSchema.RowFieldMode.values()) System.out.println(c);
public static JsonRowDeserializationSchema.RowFieldMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.