Package io.apicurio.registry.serde
Interface SchemaParser<S>
-
@Deprecated public interface SchemaParser<S>
Deprecated.This class is deprecated and eventually will be replaced bySchemaParser- Author:
- Fabian Martinez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description io.apicurio.registry.types.ArtifactTypeartifactType()Deprecated.SparseSchema(byte[] rawSchema)Deprecated.
-
-
-
Method Detail
-
artifactType
io.apicurio.registry.types.ArtifactType artifactType()
Deprecated.
-
parseSchema
S parseSchema(byte[] rawSchema)
Deprecated.
-
-