
de.lancom.openapi.entity.Style.kt 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
This open-source project provides an OpenAPI 3.0 Parser implemented in Kotlin, utilizing immutable data classes
/*****************************************************************************
** C A U T I O N **
** This file is auto-generated! **
** If you want to make changes, please see the README.md file. **
** Please do not edit this file directly! **
*****************************************************************************/
package de.lancom.openapi.entity
// hint:D094ACB1
@Suppress("EnumEntryName")
enum class Style : de.lancom.openapi.jackson.Key {
form,
spaceDelimited,
pipeDelimited,
deepObject,
;
override val key: String
get() = name
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy