public class NameUtil extends Object
| Constructor and Description |
|---|
NameUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFieldName(String propName)
根据属性名获取守段名
|
static String |
getPropGetterName(String fieldName)
根据字段名获取 getter 名
|
static String |
getPropSetterName(String fieldName)
根据字段名获取 setter 名
|
Copyright © 2025. All rights reserved.