|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.util.DirectoryClassUtils
public class DirectoryClassUtils
Constructor Summary | |
---|---|
DirectoryClassUtils()
|
Method Summary | |
---|---|
static java.lang.reflect.Method |
getAssignmentCompatibleMethod(java.lang.Class<?> clazz,
java.lang.String candidateMethodName,
java.lang.Class<?>[] candidateParameterTypes)
A replacement for Class.getMethod(java.lang.String, java.lang.Class...) with extended capability. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryClassUtils()
Method Detail |
---|
public static java.lang.reflect.Method getAssignmentCompatibleMethod(java.lang.Class<?> clazz, java.lang.String candidateMethodName, java.lang.Class<?>[] candidateParameterTypes) throws java.lang.NoSuchMethodException
Class.getMethod(java.lang.String, java.lang.Class...)
with extended capability.
This method returns parameter-list assignment-compatible method as well as exact-signature matching method.
clazz
- The class which will be queried for the method.candidateMethodName
- Name of the method been looked for.candidateParameterTypes
- Types of the parameters in the signature of the method being loooked for.
java.lang.NoSuchMethodException
- when the method cannot be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |