mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
CopyOptions中增加setAutoTransCamelCase方法
This commit is contained in:
parent
752a8ece52
commit
10076a7bc9
@ -324,7 +324,7 @@ public class CopyOptions implements Serializable {
|
||||
*
|
||||
* @param autoTransCamelCase 是否自动转换为驼峰方式
|
||||
* @return this
|
||||
* @since 6.0.0
|
||||
* @since 5.8.25
|
||||
*/
|
||||
public CopyOptions setAutoTransCamelCase(final boolean autoTransCamelCase) {
|
||||
this.autoTransCamelCase = autoTransCamelCase;
|
||||
|
Loading…
x
Reference in New Issue
Block a user