Interface Introspector
- All Known Implementing Classes:
StandardIntrospector
public interface Introspector
Resolves the accessors of a given type.
-
Method Summary
Modifier and TypeMethodDescriptionintrospect(Class<?> type) Gathers information about a given type.
-
Method Details
-
introspect
Gathers information about a given type.- Parameters:
type- The type to introspect.- Returns:
- A summary of the given type containing all information needed to handle it's properties.
-