public class AvroSchemaUtils
extends Object
- Author:
- Confluent Inc., Ales Justin, Carles Arnal
-
Constructor Summary
Constructors
-
Method Summary
static boolean
static org.apache.avro.Schema
static org.apache.avro.Schema
parse(String schema,
List<io.apicurio.registry.resolver.ParsedSchema<org.apache.avro.Schema>> references)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AvroSchemaUtils
public AvroSchemaUtils()
-
Method Details
-
parse
public static org.apache.avro.Schema parse(String schema)
-
parse
public static org.apache.avro.Schema parse(String schema,
List<io.apicurio.registry.resolver.ParsedSchema<org.apache.avro.Schema>> references)
-
isPrimitive
public static boolean isPrimitive(org.apache.avro.Schema schema)