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
FieldsModifier and TypeFieldDescriptionstatic final SchemaFormatApache Avro formatstatic final SchemaFormatCustom schema format.static final SchemaFormatJSON schema format. -
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 -
JSON
JSON schema format. -
CUSTOM
Custom schema 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.
-