public class JavaIntrospector extends Object implements BiFunction<Class<?>,Class<?>,PropertyDescriptor[]>
| Constructor and Description |
|---|
JavaIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor[] |
apply(Class<?> klass,
Class<?> stopKlass) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic PropertyDescriptor[] apply(Class<?> klass, Class<?> stopKlass)
apply in interface BiFunction<Class<?>,Class<?>,PropertyDescriptor[]>Copyright © 2017. All rights reserved.