![JAR search and dependency download from the Maven repository](/logo.png)
org.bdware.doip.audit.writer.AuditLog Maven / Gradle / Ivy
package org.bdware.doip.audit.writer;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
public class AuditLog {
static Gson gson = new Gson();
public JsonObject asJson() {
return gson.toJsonTree(this).getAsJsonObject();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy