public class BeanIntrospector extends Object
| Constructor and Description |
|---|
BeanIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,BeanProperty> |
getAllProperties(Class clazz)
Returns a Map of all the available properties on a given class including
write-only and indexed properties.
|
static void |
main(String[] args) |
public static Map<String,BeanProperty> getAllProperties(Class clazz)
Copyright © 2004-2015 Cojen. All Rights Reserved.