Class HalRelationCacheConfiguration
java.lang.Object
org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCacheConfiguration
(Class<?> halResourceClass, Map<String, Object> cacheConfiguration) protected Class<?>
protected void
parseCacheConfiguration
(String halResourceClassName, com.fasterxml.jackson.databind.JsonNode jsonConfiguration) protected void
parseCacheConfigurations
(com.fasterxml.jackson.databind.JsonNode jsonConfiguration) protected void
parseCacheImplementationClass
(com.fasterxml.jackson.databind.JsonNode jsonConfiguration) protected void
parseConfiguration
(com.fasterxml.jackson.databind.JsonNode jsonConfiguration) protected void
parseConfiguration
(String configuration) void
void
setCacheImplementationClass
(Class<?> cacheImplementationClass)
-
Field Details
-
CONFIG_CACHE_IMPLEMENTATION
- See Also:
-
CONFIG_CACHES
- See Also:
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
cacheImplementationClass
-
cacheConfigurations
-
-
Constructor Details
-
HalRelationCacheConfiguration
public HalRelationCacheConfiguration() -
HalRelationCacheConfiguration
-
-
Method Details
-
getCacheImplementationClass
-
setCacheImplementationClass
-
getCacheConfigurations
-
setCacheConfigurations
-
addCacheConfiguration
-
parseConfiguration
-
parseConfiguration
protected void parseConfiguration(com.fasterxml.jackson.databind.JsonNode jsonConfiguration) -
parseCacheImplementationClass
protected void parseCacheImplementationClass(com.fasterxml.jackson.databind.JsonNode jsonConfiguration) -
parseCacheConfigurations
protected void parseCacheConfigurations(com.fasterxml.jackson.databind.JsonNode jsonConfiguration) -
parseCacheConfiguration
protected void parseCacheConfiguration(String halResourceClassName, com.fasterxml.jackson.databind.JsonNode jsonConfiguration) -
loadClass
-