public static class JacksonJsonViewBenchmark.JacksonJsonViewMock extends Object implements JacksonJsonView
JacksonJsonView._PrivateStaticFields| Constructor and Description |
|---|
JacksonJsonViewMock() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
computePluginStashValueIfAbsent(Class<?> pluginClass,
String key,
java.util.function.Supplier<?> supplier) |
Map<String,String> |
getPathParams() |
Optional<Object> |
getPluginStashValue(Class<?> pluginClass,
String key) |
javax.servlet.http.HttpServletRequest |
getServletRequest() |
void |
init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Map<String,String> captured) |
void |
invoke(Method method,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
Map<String,String> captured) |
void |
setPluginStashValue(Class<?> pluginClass,
String key,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateObjectMapper, renderJSON, renderJSON, setObjectWriterpublic void close()
throws Exception
close in interface AutoCloseableExceptionpublic Optional<Object> getPluginStashValue(Class<?> pluginClass, String key)
getPluginStashValue in interface Controllerpublic Object computePluginStashValueIfAbsent(Class<?> pluginClass, String key, java.util.function.Supplier<?> supplier)
computePluginStashValueIfAbsent in interface Controllerpublic void setPluginStashValue(Class<?> pluginClass, String key, Object value)
setPluginStashValue in interface Controllerpublic void init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Map<String,String> captured)
init in interface Controllerpublic javax.servlet.http.HttpServletRequest getServletRequest()
getServletRequest in interface Controllerpublic Map<String,String> getPathParams()
getPathParams in interface ControllerCopyright © 2017. All rights reserved.