Class ApiUtil
- java.lang.Object
-
- io.apicurio.registry.ibmcompat.api.impl.ApiUtil
-
public class ApiUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ApiUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
normalizeSchemaID(String schemaName)
Gets the unique ID for a schema with the provided name.
-
-
-
Method Detail
-
normalizeSchemaID
public static String normalizeSchemaID(String schemaName)
Gets the unique ID for a schema with the provided name. The unique ID for a schema is defined as the client-provided name for the schema, after being transformed to lower-case. ibmcompat API clients are permitted use either the schema name or the schema ID in the endpoint path to refer to a schema.
-
-