|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.qos.logback.core.joran.util.Introspector
public class Introspector
The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target class.
| Constructor Summary | |
|---|---|
Introspector()
|
|
| Method Summary | |
|---|---|
static String |
decapitalize(String name)
Converts a name string's first letter to lowercase |
static MethodDescriptor[] |
getMethodDescriptors(Class<?> clazz)
Gets a class's method descriptors |
static PropertyDescriptor[] |
getPropertyDescriptors(Class<?> clazz)
Gets a class's property descriptors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Introspector()
| Method Detail |
|---|
public static String decapitalize(String name)
name - name string to evaluate
public static MethodDescriptor[] getMethodDescriptors(Class<?> clazz)
clazz - class to be evaluated
public static PropertyDescriptor[] getPropertyDescriptors(Class<?> clazz)
clazz - class to be evaluated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||