Package io.apicurio.registry.serde.avro
Class AvroSchemaUtils
- java.lang.Object
-
- io.apicurio.registry.serde.avro.AvroSchemaUtils
-
public class AvroSchemaUtils extends Object
- Author:
- Confluent Inc., Ales Justin, Carles Arnal
-
-
Constructor Summary
Constructors Constructor Description AvroSchemaUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisPrimitive(org.apache.avro.Schema schema)static org.apache.avro.Schemaparse(String schema)static org.apache.avro.Schemaparse(String schema, List<io.apicurio.registry.resolver.ParsedSchema<org.apache.avro.Schema>> references)
-
-
-
Method Detail
-
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)
-
-