public final class Introspection extends Object
| Modifier and Type | Method and Description |
|---|---|
static Method |
getPropertyGetter(String propertyName,
Object target)
Returns the getter
Method for a property matching the given name in the given object. |
public static Method getPropertyGetter(String propertyName, Object target)
Method for a property matching the given name in the given object.propertyName - the given property name.target - the given object.Method for a property matching the given name in the given object.NullPointerException - if the given property name is null.IllegalArgumentException - if the given property name is empty.NullPointerException - if the given object is null.IntrospectionError - if the getter for the matching property cannot be found or accessed.Copyright © 2013–2016 AssertJ. All rights reserved.