public class InstantiableType extends Object
Instantiator| Modifier and Type | Method and Description |
|---|---|
ExecutableElement |
getConstructor()
Get the constructor used to instantiate the type
|
String |
getQualifiedName()
Get the fully qualified name of the instantiator type
|
String |
getSimpleName()
Get the simple name of the instantiator type
|
TypeElement |
getType()
Get the type to be instantiated
|
boolean |
supportsInstantiator() |
public boolean supportsInstantiator()
public ExecutableElement getConstructor()
ExecutableElement for constructorpublic final String getQualifiedName()
Instantiator typepublic final String getSimpleName()
Instantiatorpublic TypeElement getType()