Uses of Class
com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
-
Packages that use ReflectionClassAdapter Package Description com.github.javaparser.symbolsolver.reflectionmodel Implementation of model based on reflection. -
-
Uses of ReflectionClassAdapter in com.github.javaparser.symbolsolver.reflectionmodel
Fields in com.github.javaparser.symbolsolver.reflectionmodel declared as ReflectionClassAdapter Modifier and Type Field Description private ReflectionClassAdapter
ReflectionAnnotationDeclaration. reflectionClassAdapter
private ReflectionClassAdapter
ReflectionClassDeclaration. reflectionClassAdapter
private ReflectionClassAdapter
ReflectionEnumDeclaration. reflectionClassAdapter
private ReflectionClassAdapter
ReflectionInterfaceDeclaration. reflectionClassAdapter
private ReflectionClassAdapter
ReflectionRecordDeclaration. reflectionClassAdapter
-