Class FacadeConverter
- java.lang.Object
-
- io.apicurio.registry.ccompat.store.FacadeConverter
-
@Singleton public class FacadeConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description FacadeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaContent
convert(ContentHandle content)
Schema
convert(String subject, StoredArtifactDto storedArtifact)
SubjectVersion
convert(String artifactId, Number version)
int
convertUnsigned(long value)
-
-
-
Method Detail
-
convertUnsigned
public int convertUnsigned(long value)
-
convert
public Schema convert(String subject, StoredArtifactDto storedArtifact)
-
convert
public SchemaContent convert(ContentHandle content)
-
convert
public SubjectVersion convert(String artifactId, Number version)
-
-