Package net.sf.jstuff.core.reflection
Class Beans
java.lang.Object
java.beans.Beans
net.sf.jstuff.core.reflection.Beans
- Author:
- Sebastian Thomschke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,
PropertyDescriptor> getBeanProperties
(Class<?> beanType) list of propertiesstatic Collection<PropertyDescriptor>
getBeanPropertyDescriptors
(Class<?> beanType) getBeanPropertyNames
(Class<?> beanType) static Object
static Object[]
Methods inherited from class java.beans.Beans
getInstanceOf, instantiate, instantiate, instantiate, isDesignTime, isGuiAvailable, isInstanceOf, setDesignTime, setGuiAvailable
-
Constructor Details
-
Beans
public Beans()
-
-
Method Details
-
getBeanProperties
list of properties- Returns:
- an unmodifiable collection
-
getBeanPropertyDescriptors
- Returns:
- list of properties
-
getBeanPropertyNames
-
valueOf
-
valuesOf
-