Uses of Interface
org.huiche.core.naming.NamingStrategy
Packages that use NamingStrategy
-
Uses of NamingStrategy in org.huiche.core.naming
Classes in org.huiche.core.naming that implement NamingStrategyModifier and TypeClassDescriptionfinal class缓存的命名规则代理final class默认命名规则实现PascalCase|camelCase 转换 snake_case
去掉AO,BO,DO,DTO,PO,VO等常见后缀
连续大写字母,最后一位当作下一个单词,前面的全转为小写Methods in org.huiche.core.naming that return NamingStrategyModifier and TypeMethodDescriptionstatic NamingStrategyNamingStrategyProvider.get()获取命名策略,通过SPI获取自定义的第一个,如果没有则使用默认的Constructors in org.huiche.core.naming with parameters of type NamingStrategy