Uses of Class
io.github.classgraph.AnnotationParameterValueList
-
Packages that use AnnotationParameterValueList Package Description io.github.classgraph -
-
Uses of AnnotationParameterValueList in io.github.classgraph
Fields in io.github.classgraph declared as AnnotationParameterValueList Modifier and Type Field Description (package private) AnnotationParameterValueList
ClassInfo. annotationDefaultParamValues
For annotations, the default values of parameters.private AnnotationParameterValueList
Classfile. annotationParamDefaultValues
Annotation default parameter values.private AnnotationParameterValueList
AnnotationInfo. annotationParamValues
The annotation param values.private AnnotationParameterValueList
AnnotationInfo. annotationParamValuesWithDefaults
The annotation param values with defaults.(package private) static AnnotationParameterValueList
AnnotationParameterValueList. EMPTY_LIST
An unmodifiable emptyAnnotationParameterValueList
.Methods in io.github.classgraph that return AnnotationParameterValueList Modifier and Type Method Description static AnnotationParameterValueList
AnnotationParameterValueList. emptyList()
Return an unmodifiable emptyAnnotationParameterValueList
.AnnotationParameterValueList
ClassInfo. getAnnotationDefaultParameterValues()
Get the default parameter values for this annotation, if this is an annotation class.AnnotationParameterValueList
AnnotationInfo. getDefaultParameterValues()
Get the default parameter values.AnnotationParameterValueList
AnnotationInfo. getParameterValues()
Get the parameter values.AnnotationParameterValueList
AnnotationInfo. getParameterValues(boolean includeDefaultValues)
Get the parameter values.Methods in io.github.classgraph with parameters of type AnnotationParameterValueList Modifier and Type Method Description (package private) void
ClassInfo. addAnnotationParamDefaultValues(AnnotationParameterValueList paramNamesAndValues)
Add annotation default values.Constructors in io.github.classgraph with parameters of type AnnotationParameterValueList Constructor Description AnnotationInfo(java.lang.String name, AnnotationParameterValueList annotationParamValues)
Constructor.
-