public final class TypeAnalyser extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
TypeAnalyser.MethodInfo
The method information.
|
| Constructor and Description |
|---|
TypeAnalyser(ProcessingEnvironment processingEnvironment,
TypeElement typeElement)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeAnalyser.MethodInfo> |
getAllMethods() |
String |
getFactoryName() |
String |
getFactoryQName() |
String |
getInterfaceQName() |
String |
getInterfaceType() |
String |
getPackageName() |
String |
getProxyName() |
String |
getProxyTypeParametersWithBounds() |
String |
getProxyTypeParametersWithoutBounds() |
List<String> |
getTypeParameters() |
public TypeAnalyser(ProcessingEnvironment processingEnvironment, TypeElement typeElement)
processingEnvironment - the processing environmenttypeElement - the type elementpublic String getPackageName()
public String getProxyName()
public String getProxyTypeParametersWithBounds()
public String getInterfaceQName()
public String getInterfaceType()
public String getProxyTypeParametersWithoutBounds()
public List<TypeAnalyser.MethodInfo> getAllMethods()
public String getFactoryQName()
public String getFactoryName()
Copyright © 2019. All rights reserved.