public class StaticMethodIdentifier extends ExecutableIdentifier
Method| Constructor and Description |
|---|
StaticMethodIdentifier() |
StaticMethodIdentifier(Method method) |
StaticMethodIdentifier(String className,
String methodName,
Class<?>[] argTypes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz() |
String |
getElementId()
|
boolean |
matches(Executable element) |
buildId, equals, getElementName, hashCode, toStringpublic StaticMethodIdentifier()
public StaticMethodIdentifier(Method method)
public String getClazz()
getClazz in class ExecutableIdentifierClass of this Executable element,
or empty string if it is unknown.public String getElementId()
ExecutableIdentifierExecutable element being represented by
this ExecutableIdentifierFactory.
For example, for method public void echo(String message, int times),
the result of invoking this method will be "echo#String,int".
getElementId in class ExecutableIdentifierExecutable element being represented by
this ExecutableIdentifierFactory.public boolean matches(Executable element)
matches in class ExecutableIdentifierthis identifier matches the given identifierCopyright © 2018 MuleSoft, Inc.. All rights reserved.