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

com.anwen.mongo.enums.CollectionNameConvertEnum Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.anwen.mongo.enums;

/**
 * Collection名称映射枚举
 */
public enum CollectionNameConvertEnum {

    /**
     * 类名全小写
     */
    ALL_CHAR_LOWERCASE,

    /**
     * 类名首字母小写
     */
    FIRST_CHAR_LOWERCASE,

    /**
     * 类名
     */
    CLASS_NAME,

    /**
     * 类名按驼峰转下划线
     */
    CAMEL_TO_UNDERLINE,
    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy