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

org.openapitools.codegen.utils.CamelizeOption Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
package org.openapitools.codegen.utils;

public enum CamelizeOption {
    UPPERCASE_FIRST_CHAR,
    LOWERCASE_FIRST_LETTER,
    LOWERCASE_FIRST_CHAR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy