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

com.ueboot.cryption.JSONObjectWrapper Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package com.ueboot.cryption;

import com.alibaba.fastjson.JSONObject;

class JSONObjectWrapper {
    private JSONObject jsonObject;

    JSONObjectWrapper(JSONObject jsonObject) {
        this.jsonObject = jsonObject;
    }

    JSONObject getJSONObject() {
        return jsonObject;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy