Interface Introspector
-
- All Known Implementing Classes:
DefaultIntrospector
public interface Introspector
Converts a Java bean to a set of String-to-Object mappings by enumerating all get* and is* methods on the bean.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getProperties(Object bean)
Return the properties of the bean as property names mapped to property value Objects.
-