Uses of Class
com.kingsrook.qqq.api.model.APILog
Packages that use APILog
-
Uses of APILog in com.kingsrook.qqq.api.javalin
Methods in com.kingsrook.qqq.api.javalin that return APILogModifier and TypeMethodDescriptionstatic APILogQJavalinApiHandler.newAPILog(io.javalin.http.Context context) Methods in com.kingsrook.qqq.api.javalin with parameters of type APILogModifier and TypeMethodDescriptionstatic voidQJavalinApiHandler.handleException(io.javalin.http.Context context, Exception e, APILog apiLog) static voidQJavalinApiHandler.handleException(org.eclipse.jetty.http.HttpStatus.Code statusCode, io.javalin.http.Context context, Exception e, APILog apiLog) static voidQJavalinApiHandler.respondWithError(io.javalin.http.Context context, org.eclipse.jetty.http.HttpStatus.Code statusCode, String errorMessage, APILog apiLog) static voidQJavalinApiHandler.storeApiLog(APILog apiLog) -
Uses of APILog in com.kingsrook.qqq.api.model
Methods in com.kingsrook.qqq.api.model that return APILogModifier and TypeMethodDescriptionAPILog.withApiLogUserId(Integer apiLogUserId) Fluent setter for apiLogUserIdFluent setter for idAPILog.withMethod(String method) Fluent setter for methodFluent setter for pathAPILog.withQueryString(String queryString) Fluent setter for queryStringAPILog.withRequestBody(String requestBody) Fluent setter for requestBodyAPILog.withResponseBody(String responseBody) Fluent setter for responseBodyAPILog.withSecurityKeyValue(String key, Serializable value) Fluent setter for securityKeyValuesAPILog.withSecurityKeyValues(Map<String, Serializable> securityKeyValues) Fluent setter for securityKeyValuesAPILog.withStatusCode(Integer statusCode) Fluent setter for statusCodeAPILog.withTimestamp(Instant timestamp) Fluent setter for timestampAPILog.withVersion(String version) Fluent setter for version