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

com.easy.query.solon.integration.option.NameConversionEnum Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package com.easy.query.solon.integration.option;

/**
 * create time 2023/5/5 11:38
 * 文件说明
 *
 * @author xuejiaming
 */
public enum NameConversionEnum {
    /**
     * 默认属性名
     */
    DEFAULT,
    /**
     * 下划线转换
     */
    UNDERLINED,
    /**
     * 小驼峰
     */
    LOWER_CAMEL_CASE,
    /**
     * 大驼峰
     */
    UPPER_CAMEL_CASE,
    /**
     * 大写 下划线
     */
    UPPER_UNDERLINED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy