de.lancom.openapi.entity.HeaderStyle.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 HeaderStyle : de.lancom.openapi.jackson.Key {
simple,
;
override val key: String
get() = name
}