| Constructor and Description |
|---|
BeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
findAccessor(Class<?> theClassToIntrospect,
Class<?> theTargetReturnType,
String thePropertyName) |
static Method |
findMutator(Class<?> theClassToIntrospect,
Class<?> theTargetReturnType,
String thePropertyName) |
public BeanUtils()
public static Method findAccessor(Class<?> theClassToIntrospect, Class<?> theTargetReturnType, String thePropertyName) throws NoSuchFieldException
NoSuchFieldExceptionpublic static Method findMutator(Class<?> theClassToIntrospect, Class<?> theTargetReturnType, String thePropertyName) throws NoSuchFieldException
NoSuchFieldExceptionCopyright © 2014–2016 University Health Network. All rights reserved.