Class ReflectionAnnotationMemberDeclaration
- java.lang.Object
-
- com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
-
- All Implemented Interfaces:
ResolvedAnnotationMemberDeclaration,ResolvedDeclaration,ResolvedValueDeclaration
public class ReflectionAnnotationMemberDeclaration extends Object implements ResolvedAnnotationMemberDeclaration
- Author:
- Malte Skoruppa
-
-
Constructor Summary
Constructors Constructor Description ReflectionAnnotationMemberDeclaration(Method annotationMember, TypeSolver typeSolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressiongetDefaultValue()StringgetName()ResolvedTypegetType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
asEnumConstant, asField, asMethod, asParameter, asType, hasName, isEnumConstant, isField, isMethod, isParameter, isType, isVariable
-
-
-
-
Constructor Detail
-
ReflectionAnnotationMemberDeclaration
public ReflectionAnnotationMemberDeclaration(Method annotationMember, TypeSolver typeSolver)
-
-
Method Detail
-
getDefaultValue
public Expression getDefaultValue()
- Specified by:
getDefaultValuein interfaceResolvedAnnotationMemberDeclaration
-
getType
public ResolvedType getType()
- Specified by:
getTypein interfaceResolvedValueDeclaration
-
getName
public String getName()
- Specified by:
getNamein interfaceResolvedDeclaration
-
-