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
ConstructorsConstructorDescriptionReflectionAnnotationMemberDeclaration(Method annotationMember, TypeSolver typeSolver) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
asEnumConstant, asField, asMethod, asParameter, asPattern, asType, hasName, isEnumConstant, isField, isMethod, isParameter, isPattern, isType, isVariable
-
Constructor Details
-
ReflectionAnnotationMemberDeclaration
-
-
Method Details
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceResolvedAnnotationMemberDeclaration
-
getType
- Specified by:
getTypein interfaceResolvedValueDeclaration
-
getName
- Specified by:
getNamein interfaceResolvedDeclaration
-