Package org.infinispan.rest
Class InvocationHelper
- java.lang.Object
-
- org.infinispan.rest.InvocationHelper
-
public class InvocationHelper extends java.lang.Object
- Since:
- 10.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestServerConfiguration
getConfiguration()
java.lang.String
getContext()
org.infinispan.counter.impl.manager.EmbeddedCounterManager
getCounterManager()
java.util.concurrent.Executor
getExecutor()
JsonReader
getJsonReader()
JsonWriter
getJsonWriter()
com.fasterxml.jackson.databind.ObjectMapper
getMapper()
ParserRegistry
getParserRegistry()
RestCacheManager<java.lang.Object>
getRestCacheManager()
ServerManagement
getServer()
-
-
-
Method Detail
-
getMapper
public com.fasterxml.jackson.databind.ObjectMapper getMapper()
-
getParserRegistry
public ParserRegistry getParserRegistry()
-
getJsonReader
public JsonReader getJsonReader()
-
getRestCacheManager
public RestCacheManager<java.lang.Object> getRestCacheManager()
-
getConfiguration
public RestServerConfiguration getConfiguration()
-
getJsonWriter
public JsonWriter getJsonWriter()
-
getExecutor
public java.util.concurrent.Executor getExecutor()
-
getServer
public ServerManagement getServer()
-
getCounterManager
public org.infinispan.counter.impl.manager.EmbeddedCounterManager getCounterManager()
-
getContext
public java.lang.String getContext()
-
-