public class NewIntrospector extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NewIntrospector.PublicGetDeclaredMethodsAccessor |
| Modifier and Type | Method and Description |
|---|---|
static void |
flushCaches()
Flush all of the Introspector's internal caches.
|
static gw.internal.gosu.parser.GenericBeanInfo |
getBeanInfo(Class beanClass)
Introspect on a Java bean and learn all about its properties, exposed
methods, below a given "stop" point.
|
static Method[] |
getDeclaredMethods(Class clz) |
static Throwable |
getRootCause(Throwable throwable)
Traverse exception chain to return the root cause.
|
public static gw.internal.gosu.parser.GenericBeanInfo getBeanInfo(Class beanClass)
beanClass - The bean class to be analyzed.IntrospectionException - if an exception occurs during
introspection.public static void flushCaches()
Copyright © 2020. All rights reserved.