JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.graylog2.audit.jersey
Interface SuccessContextCreator<T>
All Known Implementing Classes:
DefaultSuccessContextCreator
public interface
SuccessContextCreator<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
String
,
Object
>
create
(
T
entity,
Class
<?> entityClass)
Method Details
create
Map
<
String
,
Object
>
create
(
T
entity,
Class
<?> entityClass)