com.github.erosb.kappa.parser.model.SerializationFlag Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-parser Show documentation
Show all versions of openapi-parser Show documentation
openapi4j schema parser & validator
The newest version!
package com.github.erosb.kappa.parser.model;
/**
* Options for serialization
*/
public enum SerializationFlag {
/**
* Flag for returning a JSON node string.
*/
OUT_AS_JSON,
/**
* Flag for returning a YAML node string.
*/
OUT_AS_YAML
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy