
nuggets.IBeanIntrospector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-nuggets Show documentation
Show all versions of jadex-nuggets Show documentation
The Jadex nuggets is a fast Java bean to
XML and back converter.
The newest version!
package nuggets;
import java.util.Map;
/**
* IBeanIntrospector
*/
public interface IBeanIntrospector
{
/**
* @param clazz
* @return an array of bean properties
*/
Map getBeanProperties(Class clazz);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy