All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.lancom.openapi.entity.HeaderStyle.kt Maven / Gradle / Ivy

Go to download

This open-source project provides an OpenAPI 3.0 Parser implemented in Kotlin, utilizing immutable data classes

There is a newer version: 2.1.1
Show newest version
/*****************************************************************************
**   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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy