public class ConstructorIdentifier extends ExecutableIdentifier
Constructor| Constructor and Description |
|---|
ConstructorIdentifier() |
ConstructorIdentifier(Constructor constructor) |
ConstructorIdentifier(String className,
String constructor,
Class<?>[] argTypes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz() |
String |
getElementId()
|
String |
getExecutableTypeName() |
boolean |
matches(Executable element) |
buildId, equals, getArgumentTypeNames, getElementName, hashCode, matchesArguments, toStringpublic static final String NAME
public ConstructorIdentifier()
public ConstructorIdentifier(Constructor constructor)
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 identifierpublic String getExecutableTypeName()
getExecutableTypeName in class ExecutableIdentifierCopyright © 2019 MuleSoft, Inc.. All rights reserved.