Class StandardIntrospector
java.lang.Object
de.danielbechler.diff.introspection.StandardIntrospector
- All Implemented Interfaces:
Introspector
Resolves the accessors of a given type by using the standard Java
Introspector.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BeanInfogetBeanInfo(Class<?> type) introspect(Class<?> type) Gathers information about a given type.
-
Constructor Details
-
StandardIntrospector
public StandardIntrospector()
-
-
Method Details
-
introspect
Description copied from interface:IntrospectorGathers information about a given type.- Specified by:
introspectin interfaceIntrospector- Parameters:
type- The type to introspect.- Returns:
- A summary of the given type containing all information needed to handle it's properties.
-
getBeanInfo
- Throws:
IntrospectionException
-