public static enum AvroGenericUtils.SchemaNameStrategy extends Enum<AvroGenericUtils.SchemaNameStrategy>
| Enum Constant and Description |
|---|
TOPIC_NAME |
TOPIC_RECORD_NAME |
| Modifier and Type | Method and Description |
|---|---|
static AvroGenericUtils.SchemaNameStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvroGenericUtils.SchemaNameStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvroGenericUtils.SchemaNameStrategy TOPIC_NAME
public static final AvroGenericUtils.SchemaNameStrategy TOPIC_RECORD_NAME
public static AvroGenericUtils.SchemaNameStrategy[] values()
for (AvroGenericUtils.SchemaNameStrategy c : AvroGenericUtils.SchemaNameStrategy.values()) System.out.println(c);
public static AvroGenericUtils.SchemaNameStrategy 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 © 2019. All rights reserved.