public class BeanUtils
extends cn.hutool.core.bean.BeanUtil
Modifier and Type | Field and Description |
---|---|
static String |
GET_METHOD_NAME_FORMAT |
static String |
SET_METHOD_NAME_FORMAT |
Constructor and Description |
---|
BeanUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getGEtMethodName(String fieldName)
获得Java Bean Get方法名
|
static String |
getSetMethodName(String fieldName)
获得Java Bean Set方法名
|
beanToMap, beanToMap, beanToMap, beanToMap, copyProperties, copyProperties, copyProperties, copyProperties, createDynaBean, descForEach, fillBean, fillBeanWithMap, fillBeanWithMap, fillBeanWithMap, fillBeanWithMap, fillBeanWithMapIgnoreCase, findEditor, getBeanDesc, getFieldValue, getProperty, getPropertyDescriptor, getPropertyDescriptor, getPropertyDescriptorMap, getPropertyDescriptors, hasGetter, hasNullField, hasPublicField, hasSetter, isBean, isEmpty, isMatchName, isNotEmpty, isReadableBean, mapToBean, mapToBean, mapToBean, mapToBeanIgnoreCase, setFieldValue, setProperty, toBean, toBean, toBean, toBeanIgnoreCase, toBeanIgnoreError, trimStrFields
public static final String GET_METHOD_NAME_FORMAT
public static final String SET_METHOD_NAME_FORMAT
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.