| Package | Description |
|---|---|
| com.github.phillipkruger.profiling | |
| com.github.phillipkruger.profiling.jaxrs | |
| com.github.phillipkruger.profiling.repository |
| Modifier and Type | Method and Description |
|---|---|
UserEvent |
UserEventConverter.fromJsonObject(javax.json.JsonObject jsonObject) |
UserEvent |
UserEventConverter.fromJsonStream(InputStream is) |
UserEvent |
UserEventConverter.fromJsonString(String json) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ProfileService.logEvent(@NotNull UserEvent event) |
javax.json.JsonObject |
UserEventConverter.toJsonObject(UserEvent event) |
String |
UserEventConverter.toJsonString(UserEvent event) |
| Modifier and Type | Method and Description |
|---|---|
UserEvent |
UserEventReader.readFrom(Class<UserEvent> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<String,String> mm,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
UserEvent |
UserEventReader.readFrom(Class<UserEvent> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<String,String> mm,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventLogger.handleSuccessfulEvents(UserEvent userEvent) |
Future<Void> |
EventLogger.logEvent(String token,
@NotNull UserEvent event) |
Copyright © 2019. All rights reserved.