Uses of Class
io.github.classgraph.AnnotationParameterValueList
Packages that use AnnotationParameterValueList
-
Uses of AnnotationParameterValueList in io.github.classgraph
Fields in io.github.classgraph declared as AnnotationParameterValueListModifier and TypeFieldDescription(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 final AnnotationParameterValueList
AnnotationParameterValueList.EMPTY_LIST
An unmodifiable emptyAnnotationParameterValueList
.Methods in io.github.classgraph that return AnnotationParameterValueListModifier and TypeMethodDescriptionstatic AnnotationParameterValueList
AnnotationParameterValueList.emptyList()
Return an unmodifiable emptyAnnotationParameterValueList
.ClassInfo.getAnnotationDefaultParameterValues()
Get the default parameter values for this annotation, if this is an annotation class.AnnotationInfo.getDefaultParameterValues()
Get the default parameter values.AnnotationInfo.getParameterValues()
Get the parameter values.AnnotationInfo.getParameterValues
(boolean includeDefaultValues) Get the parameter values.Methods in io.github.classgraph with parameters of type AnnotationParameterValueListModifier and TypeMethodDescription(package private) void
ClassInfo.addAnnotationParamDefaultValues
(AnnotationParameterValueList paramNamesAndValues) Add annotation default values.Constructors in io.github.classgraph with parameters of type AnnotationParameterValueListModifierConstructorDescription(package private)
AnnotationInfo
(String name, AnnotationParameterValueList annotationParamValues) Constructor.