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