This class creates bean instances based on an interface. This allows you given an interface for a bean (but no implementation), to on-the-fly generate a bean implementation. This instance you can then use for fetching and storing state. It assumes all get methods starts with "get" and all set methods start with "set" and takes only 1 argument. @author Kasper B. Graversen, (c) 2008
|
|
|
|