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

com.dynatrace.openkit.util.json.objects.JSONOutputConfig Maven / Gradle / Ivy

The newest version!
package com.dynatrace.openkit.util.json.objects;

/**
 * Determines the content of the output string when json is converted
 */
public enum JSONOutputConfig {
    /**
     * Outputs all valid json values
     */
    DEFAULT,
    /**
     * Outpus all valid json values but will ignore null values
     */
    IGNORE_NULL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy