All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.apicurio.registry.serde.SchemaParser Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package io.apicurio.registry.serde;

/**
 * This class is deprecated and eventually will be replaced by
 * {@link io.apicurio.registry.resolver.SchemaParser}
 */
@Deprecated
public interface SchemaParser {

    public String artifactType();

    public S parseSchema(byte[] rawSchema);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy