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

cn.com.gpic.ini.common.util.wrapper.FieldUtils Maven / Gradle / Ivy

The newest version!
package cn.com.gpic.ini.common.util.wrapper;

import cn.hutool.core.lang.func.Func1;
import cn.hutool.core.lang.func.LambdaUtil;
import cn.hutool.core.util.StrUtil;

public class FieldUtils {

    public static  String propertyToField(Func1 func) {
        return StrUtil.toUnderlineCase(LambdaUtil.getFieldName(func));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy