public final class IntrospectionUtils extends Object
| Constructor and Description |
|---|
IntrospectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
capitalize(String name) |
static Method[] |
findMethods(Class<?> c) |
static boolean |
setProperty(Object o,
String name,
String value)
Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to
the right type before) - that means you can have setDebug(1).
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.