All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bdware.doip.audit.writer.AuditLog Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy