Uses of Class
io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
-
Packages that use SchemaModificationPatch Package Description io.apicurio.registry.ibmcompat.api io.apicurio.registry.ibmcompat.api.impl io.apicurio.registry.ibmcompat.model -
-
Uses of SchemaModificationPatch in io.apicurio.registry.ibmcompat.api
Method parameters in io.apicurio.registry.ibmcompat.api with type arguments of type SchemaModificationPatch Modifier and Type Method Description javax.ws.rs.core.ResponseApi. apiSchemasSchemaidPatch(String schemaid, @NotNull @Valid List<SchemaModificationPatch> schemaModificationPatches)javax.ws.rs.core.ResponseApiService. apiSchemasSchemaidPatch(String schemaid, List<SchemaModificationPatch> schemaModificationPatches)javax.ws.rs.core.ResponseApi. apiSchemasSchemaidVersionsVersionnumPatch(String schemaid, int versionnum, @NotNull @Valid List<SchemaModificationPatch> schemaModificationPatches)javax.ws.rs.core.ResponseApiService. apiSchemasSchemaidVersionsVersionnumPatch(String schemaid, int versionnum, List<SchemaModificationPatch> schemaModificationPatches) -
Uses of SchemaModificationPatch in io.apicurio.registry.ibmcompat.api.impl
Method parameters in io.apicurio.registry.ibmcompat.api.impl with type arguments of type SchemaModificationPatch Modifier and Type Method Description javax.ws.rs.core.ResponseApiServiceImpl. apiSchemasSchemaidPatch(String schemaid, List<SchemaModificationPatch> schemaModificationPatches)javax.ws.rs.core.ResponseApiServiceImpl. apiSchemasSchemaidVersionsVersionnumPatch(String schemaid, int versionnum, List<SchemaModificationPatch> schemaModificationPatches) -
Uses of SchemaModificationPatch in io.apicurio.registry.ibmcompat.model
Subclasses of SchemaModificationPatch in io.apicurio.registry.ibmcompat.model Modifier and Type Class Description classEnabledModificationclassStateModification
-