public class JavaBeansBeanUtil extends Object implements IBeanUtils
| Constructor and Description |
|---|
JavaBeansBeanUtil() |
| Modifier and Type | Method and Description |
|---|---|
Method |
findAccessor(Class<?> theClassToIntrospect,
Class<?> theTargetReturnType,
String thePropertyName) |
Method |
findMutator(Class<?> theClassToIntrospect,
Class<?> theTargetReturnType,
String thePropertyName) |
public JavaBeansBeanUtil()
public Method findAccessor(Class<?> theClassToIntrospect, Class<?> theTargetReturnType, String thePropertyName) throws NoSuchFieldException
findAccessor in interface IBeanUtilsNoSuchFieldExceptionpublic Method findMutator(Class<?> theClassToIntrospect, Class<?> theTargetReturnType, String thePropertyName) throws NoSuchFieldException
findMutator in interface IBeanUtilsNoSuchFieldExceptionCopyright © 2014–2016 University Health Network. All rights reserved.