
com.zuunr.json.schema.validation.OutputStructure Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json Show documentation
Show all versions of json Show documentation
Immutable JSON representation in Java
The newest version!
package com.zuunr.json.schema.validation;
/**
* @author Niklas Eldberger
*/
public enum OutputStructure {
FLAG,
BASIC,
DETAILED,
VERBOSE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy