Uses of Class
io.apicurio.registry.ibmcompat.model.SchemaVersion
-
Packages that use SchemaVersion Package Description io.apicurio.registry.ibmcompat.model -
-
Uses of SchemaVersion in io.apicurio.registry.ibmcompat.model
Methods in io.apicurio.registry.ibmcompat.model that return SchemaVersion Modifier and Type Method Description @NotNull SchemaVersion
SchemaListItem. getLatest()
@NotNull SchemaVersion
Schema. getVersion()
Methods in io.apicurio.registry.ibmcompat.model that return types with arguments of type SchemaVersion Modifier and Type Method Description @NotNull List<SchemaVersion>
SchemaInfo. getVersions()
Methods in io.apicurio.registry.ibmcompat.model with parameters of type SchemaVersion Modifier and Type Method Description void
SchemaListItem. setLatest(SchemaVersion latest)
void
Schema. setVersion(SchemaVersion version)
Method parameters in io.apicurio.registry.ibmcompat.model with type arguments of type SchemaVersion Modifier and Type Method Description void
SchemaInfo. setVersions(List<SchemaVersion> versions)
-