Package org.camunda.bpm.engine.rest.hal
Class Hal
java.lang.Object
org.camunda.bpm.engine.rest.hal.Hal
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final jakarta.ws.rs.core.MediaType
protected Map<Class<?>,
HalLinkResolver> static Hal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateLinker
(HalResource<?> resource) void
getHalRelationCache
(Class<?> resourceClass) static Hal
getLinkResolver
(Class<?> resourceClass) void
registerHalRelationCache
(Class<?> entityClass, Cache cache)
-
Field Details
-
APPLICATION_HAL_JSON
- See Also:
-
APPLICATION_HAL_JSON_TYPE
public static final jakarta.ws.rs.core.MediaType APPLICATION_HAL_JSON_TYPE -
instance
-
halLinkResolvers
-
halRelationCaches
-
-
Constructor Details
-
Hal
public Hal()
-
-
Method Details
-
getInstance
-
createLinker
-
getLinkResolver
-
registerHalRelationCache
-
getHalRelationCache
-
destroyHalRelationCaches
public void destroyHalRelationCaches()
-