Class ContentTypes
- java.lang.Object
-
- io.apicurio.registry.ccompat.rest.ContentTypes
-
public final class ContentTypes extends Object
- Author:
- Ales Justin, Jakub Senko 'jsenko@redhat.com'
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMPAT_SCHEMA_REGISTRY_STABLE_LATEST
static String
COMPAT_SCHEMA_REGISTRY_V1
static String
JSON
static String
OCTET_STREAM
-
Constructor Summary
Constructors Constructor Description ContentTypes()
-
-
-
Field Detail
-
JSON
public static final String JSON
- See Also:
- Constant Field Values
-
OCTET_STREAM
public static final String OCTET_STREAM
- See Also:
- Constant Field Values
-
COMPAT_SCHEMA_REGISTRY_V1
public static final String COMPAT_SCHEMA_REGISTRY_V1
- See Also:
- Constant Field Values
-
COMPAT_SCHEMA_REGISTRY_STABLE_LATEST
public static final String COMPAT_SCHEMA_REGISTRY_STABLE_LATEST
- See Also:
- Constant Field Values
-
-