public static enum AvroSchema.Format extends Enum<AvroSchema.Format>
| Modifier and Type | Method and Description |
|---|---|
static AvroSchema.Format |
get(String symbol) |
String |
symbol() |
static Set<String> |
symbols() |
String |
toString() |
static AvroSchema.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvroSchema.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvroSchema.Format DEFAULT
public static final AvroSchema.Format RESOLVED
public static AvroSchema.Format[] values()
for (AvroSchema.Format c : AvroSchema.Format.values()) System.out.println(c);
public static AvroSchema.Format 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 nullpublic String symbol()
public static AvroSchema.Format get(String symbol)
public String toString()
toString in class Enum<AvroSchema.Format>Copyright © 2025 Confluent, Inc.. All rights reserved.