public class JavaIntrospector extends Object implements BinaryDelegate<PropertyDescriptor[],Class<?>,Class<?>>
| Constructor and Description |
|---|
JavaIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor[] |
perform(Class<?> klass,
Class<?> stopKlass)
Executes the delegate for the given elements yielding a result of type R
|
public PropertyDescriptor[] perform(Class<?> klass, Class<?> stopKlass)
BinaryDelegateperform in interface BinaryDelegate<PropertyDescriptor[],Class<?>,Class<?>>klass - the former elementstopKlass - the latter elementCopyright © 2013. All Rights Reserved.