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.Response
Api. apiSchemasSchemaidPatch(String schemaid, @NotNull @Valid List<SchemaModificationPatch> schemaModificationPatches)
javax.ws.rs.core.Response
ApiService. apiSchemasSchemaidPatch(String schemaid, List<SchemaModificationPatch> schemaModificationPatches)
javax.ws.rs.core.Response
Api. apiSchemasSchemaidVersionsVersionnumPatch(String schemaid, int versionnum, @NotNull @Valid List<SchemaModificationPatch> schemaModificationPatches)
javax.ws.rs.core.Response
ApiService. 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.Response
ApiServiceImpl. apiSchemasSchemaidPatch(String schemaid, List<SchemaModificationPatch> schemaModificationPatches)
javax.ws.rs.core.Response
ApiServiceImpl. 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 class
EnabledModification
class
StateModification
-