public class ReflectionUtils extends Object
| 构造器和说明 |
|---|
ReflectionUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Method |
getGetter(Class<?> clazz,
String field) |
static String |
getGetter(String s) |
static String |
getIsGetter(String s) |
static Method |
getSetter(Class<?> clazz,
String field) |
static String |
getSetter(String s)
This new method 'slightly' outperforms the old method, it was
essentially a perfect example of me wasting my time and a
premature optimization.
|
Copyright © 2015. All rights reserved.