Class SchemaFormat

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SchemaFormat>
com.azure.data.schemaregistry.models.SchemaFormat

public final class SchemaFormat extends ExpandableStringEnum<SchemaFormat>
The list of all formats supported by Schema Registry.
  • Field Details

    • AVRO

      public static final SchemaFormat AVRO
      Apache Avro format
  • Constructor Details

    • SchemaFormat

      public SchemaFormat()
  • Method Details

    • fromString

      public static SchemaFormat fromString(String name)
      Returns the SchemaFormat associated with the name.
      Parameters:
      name - The name of the serialization type.
      Returns:
      The SchemaFormat associated with this name.