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

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

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

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

    /**
     * @return the parsedSchema
     */
    public T getParsedSchema();

    /**
     * @return the rawSchema
     */
    public byte[] getRawSchema();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy