public class ReflectionParameterDeclaration extends Object implements ParameterDeclaration
| Constructor and Description |
|---|
ReflectionParameterDeclaration(Class<?> type,
Type genericType,
TypeSolver typeSolver,
boolean variadic) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Type |
getType() |
boolean |
isField() |
boolean |
isParameter() |
boolean |
isType() |
boolean |
isVariadic() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdescribeTypeasField, asMethod, asParameter, asType, hasName, isMethodpublic ReflectionParameterDeclaration(Class<?> type, Type genericType, TypeSolver typeSolver, boolean variadic)
public String getName()
getName in interface Declarationpublic boolean isField()
isField in interface Declarationpublic boolean isParameter()
isParameter in interface DeclarationisParameter in interface ParameterDeclarationpublic boolean isVariadic()
isVariadic in interface ParameterDeclarationpublic boolean isType()
isType in interface Declarationpublic Type getType()
getType in interface ValueDeclarationCopyright © 2016. All rights reserved.