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

io.tracee.contextlogger.contextprovider.utility.NameStringValuePair Maven / Gradle / Ivy

The newest version!
package io.tracee.contextlogger.contextprovider.utility;

/**
 * Value class for JSON generation.
 * Created by Tobias Gindler on 20.12.13.
 */
public class NameStringValuePair extends NameValuePair {

    public NameStringValuePair(String name, String value) {
        super(name, value);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy