Package io.apicurio.registry.rest
Interface Headers
-
public interface Headers- Author:
- Ales Justin
-
-
Field Summary
Fields Modifier and Type Field Description static StringARTIFACT_IDstatic StringARTIFACT_TYPEstatic StringDEPRECATEDstatic StringGROUP_IDstatic StringTENANT_IDstatic StringVERSION
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidcheckIfDeprecated(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
-
-
Method Detail
-
checkIfDeprecated
default void checkIfDeprecated(Supplier<ArtifactState> stateSupplier, String groupId, String artifactId, Number version, javax.ws.rs.core.Response.ResponseBuilder builder)
-
-