public final class IntrospectionUtils extends Object
Constructor and Description |
---|
IntrospectionUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
capitalize(String name)
Reverse of Introspector.decapitalize
|
static void |
clear() |
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).
|
public static boolean setProperty(Object o, String name, String value)
public static void clear()
Copyright © 2019. All rights reserved.