com.dynatrace.openkit.util.json.objects.JSONOutputConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openkit-java Show documentation
Show all versions of openkit-java Show documentation
Dynatrace OpenKit - Java Reference Implementation
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