Uses of Class
io.apicurio.registry.cncf.schemaregistry.beans.SchemaGroup
-
Packages that use SchemaGroup Package Description io.apicurio.registry.cncf.schemaregistry io.apicurio.registry.cncf.schemaregistry.impl -
-
Uses of SchemaGroup in io.apicurio.registry.cncf.schemaregistry
Methods in io.apicurio.registry.cncf.schemaregistry that return SchemaGroup Modifier and Type Method Description SchemaGroup
SchemagroupsResource. getGroup(String groupId)
Get schema group description in registry namespace.Methods in io.apicurio.registry.cncf.schemaregistry with parameters of type SchemaGroup Modifier and Type Method Description void
SchemagroupsResource. createGroup(String groupId, SchemaGroup data)
Create schema group with specified format in registry namespace. -
Uses of SchemaGroup in io.apicurio.registry.cncf.schemaregistry.impl
Methods in io.apicurio.registry.cncf.schemaregistry.impl that return SchemaGroup Modifier and Type Method Description static SchemaGroup
CNCFApiUtil. dtoToSchemaGroup(GroupMetaDataDto dto)
SchemaGroup
SchemagroupsResourceImpl. getGroup(String groupId)
Methods in io.apicurio.registry.cncf.schemaregistry.impl with parameters of type SchemaGroup Modifier and Type Method Description void
SchemagroupsResourceImpl. createGroup(String groupId, SchemaGroup data)
-