Package org.infinispan.rest
Class InvocationHelper
- java.lang.Object
-
- org.infinispan.rest.InvocationHelper
-
public class InvocationHelper extends Object
- Since:
- 10.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestServerConfigurationgetConfiguration()StringgetContext()org.infinispan.counter.impl.manager.EmbeddedCounterManagergetCounterManager()ExecutorgetExecutor()JsonReadergetJsonReader()JsonWritergetJsonWriter()com.fasterxml.jackson.databind.ObjectMappergetMapper()org.infinispan.configuration.parsing.ParserRegistrygetParserRegistry()RestServergetProtocolServer()org.infinispan.rest.cachemanager.RestCacheManager<Object>getRestCacheManager()org.infinispan.server.core.ServerManagementgetServer()
-
-
-
Method Detail
-
getMapper
public com.fasterxml.jackson.databind.ObjectMapper getMapper()
-
getParserRegistry
public org.infinispan.configuration.parsing.ParserRegistry getParserRegistry()
-
getJsonReader
public JsonReader getJsonReader()
-
getRestCacheManager
public org.infinispan.rest.cachemanager.RestCacheManager<Object> getRestCacheManager()
-
getConfiguration
public RestServerConfiguration getConfiguration()
-
getJsonWriter
public JsonWriter getJsonWriter()
-
getExecutor
public Executor getExecutor()
-
getServer
public org.infinispan.server.core.ServerManagement getServer()
-
getCounterManager
public org.infinispan.counter.impl.manager.EmbeddedCounterManager getCounterManager()
-
getContext
public String getContext()
-
getProtocolServer
public RestServer getProtocolServer()
-
-