org.camunda.bpm.engine.rest.hal.cache
Class HalRelationCacheConfiguration
java.lang.Object
org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
public class HalRelationCacheConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_CACHE_IMPLEMENTATION
public static final String CONFIG_CACHE_IMPLEMENTATION
- See Also:
- Constant Field Values
CONFIG_CACHES
public static final String CONFIG_CACHES
- See Also:
- Constant Field Values
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
cacheImplementationClass
protected Class<? extends Cache> cacheImplementationClass
cacheConfigurations
protected Map<Class<?>,Map<String,Object>> cacheConfigurations
HalRelationCacheConfiguration
public HalRelationCacheConfiguration()
HalRelationCacheConfiguration
public HalRelationCacheConfiguration(String configuration)
getCacheImplementationClass
public Class<? extends Cache> getCacheImplementationClass()
setCacheImplementationClass
public void setCacheImplementationClass(Class<?> cacheImplementationClass)
getCacheConfigurations
public Map<Class<?>,Map<String,Object>> getCacheConfigurations()
setCacheConfigurations
public void setCacheConfigurations(Map<Class<?>,Map<String,Object>> cacheConfigurations)
addCacheConfiguration
public void addCacheConfiguration(Class<?> halResourceClass,
Map<String,Object> cacheConfiguration)
parseConfiguration
protected void parseConfiguration(String configuration)
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
protected Class<?> loadClass(String className)
Copyright © 2016 camunda services GmbH. All rights reserved.