public final class JavaBeanTester extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
test(Class<T>... classes) |
static <T> void |
test(Class<T> clazz) |
static <T> void |
test(Class<T> clazz,
String... skipTheseFields) |
public static <T> void test(Class<T>... classes) throws IntrospectionException
IntrospectionExceptionpublic static <T> void test(Class<T> clazz) throws IntrospectionException
IntrospectionExceptionpublic static <T> void test(Class<T> clazz, String... skipTheseFields) throws IntrospectionException
IntrospectionExceptionCopyright © 2016. All rights reserved.