Package org.fest.util
Class Introspection
java.lang.Object
org.fest.util.Introspection
Understands utility methods related to
JavaBeans Introspection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyDescriptordescriptorForProperty(String propertyName, Object target) Returns afor a property matching the given name in the given object.PropertyDescriptorprivate static void
-
Constructor Details
-
Introspection
private Introspection()
-
-
Method Details
-
descriptorForProperty
Returns afor a property matching the given name in the given object.PropertyDescriptor- Parameters:
propertyName- the given property name.target- the given object.- Returns:
- a
PropertyDescriptorfor a property matching the given name in the given object. - Throws:
NullPointerException- if the given property name isnull.IllegalArgumentException- if the given property name is empty.NullPointerException- if the given object isnull.IntrospectionError- if a matching property cannot be found or accessed.
-
validate
-