public interface GetterSetterUtil
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
UP_LOW_GAP |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getterToName(String getterName)
Convert getter method name to the property name
|
static <T,V> Function<T,?> |
setterToGetter(BiConsumer<T,V> setter) |
static String |
setterToName(String setterName) |
static final int UP_LOW_GAP
Copyright © 2018. All rights reserved.