Quantcast
Channel: beans – Examples Java Code Geeks
Viewing all articles
Browse latest Browse all 7

List bean property names

$
0
0
With this example we are going to demonstrate how to list the names of a bean’s properties. We are using the PropertyDescriptor, a class that describes one property that a Java Bean exports via a pair of accessor methods. We are also using the Introspector class, that provides a standard way for tools to learn ...

Viewing all articles
Browse latest Browse all 7

Trending Articles