Package io.apicurio.registry.rest
Interface Headers
-
public interface Headers
- Author:
- Ales Justin
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARTIFACT_ID
static String
ARTIFACT_TYPE
static String
CONTENT_TYPE
static String
DEPRECATED
static String
DESCRIPTION
static String
DESCRIPTION_ENCODED
static String
GROUP_ID
static String
NAME
static String
NAME_ENCODED
static String
TENANT_ID
static String
VERSION
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
checkIfDeprecated(Supplier<ArtifactState> stateSupplier, String groupId, String artifactId, Number version, javax.ws.rs.core.Response.ResponseBuilder builder)
-
-
-
Field Detail
-
GROUP_ID
static final String GROUP_ID
- See Also:
- Constant Field Values
-
ARTIFACT_ID
static final String ARTIFACT_ID
- See Also:
- Constant Field Values
-
VERSION
static final String VERSION
- See Also:
- Constant Field Values
-
TENANT_ID
static final String TENANT_ID
- See Also:
- Constant Field Values
-
ARTIFACT_TYPE
static final String ARTIFACT_TYPE
- See Also:
- Constant Field Values
-
DEPRECATED
static final String DEPRECATED
- See Also:
- Constant Field Values
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
NAME_ENCODED
static final String NAME_ENCODED
- See Also:
- Constant Field Values
-
DESCRIPTION
static final String DESCRIPTION
- See Also:
- Constant Field Values
-
DESCRIPTION_ENCODED
static final String DESCRIPTION_ENCODED
- See Also:
- Constant Field Values
-
CONTENT_TYPE
static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
checkIfDeprecated
default void checkIfDeprecated(Supplier<ArtifactState> stateSupplier, String groupId, String artifactId, Number version, javax.ws.rs.core.Response.ResponseBuilder builder)
-
-