mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
CopyOptions中增加setAutoTransCamelCase方法
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user