Class SchemaFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SchemaFormat>
com.azure.data.schemaregistry.models.SchemaFormat
The list of all formats supported by Schema Registry.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaFormatfromString(String name) Returns theSchemaFormatassociated with the name.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AVRO
Apache Avro format
-
-
Constructor Details
-
SchemaFormat
public SchemaFormat()
-
-
Method Details
-
fromString
Returns theSchemaFormatassociated with the name.- Parameters:
name- The name of the serialization type.- Returns:
- The
SchemaFormatassociated with this name.
-