
io.tracee.contextlogger.contextprovider.utility.NameStringValuePair Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contextlogger-impl Show documentation
Show all versions of contextlogger-impl Show documentation
Please refer to https://github.com/tracee/contextlogger.
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