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) AnnotationParameterValueListClassInfo.annotationDefaultParamValuesFor annotations, the default values of parameters.private AnnotationParameterValueListClassfile.annotationParamDefaultValuesAnnotation default parameter values.private AnnotationParameterValueListAnnotationInfo.annotationParamValuesThe annotation param values.private AnnotationParameterValueListAnnotationInfo.annotationParamValuesWithDefaultsThe annotation param values with defaults.(package private) static final AnnotationParameterValueListAnnotationParameterValueList.EMPTY_LISTAn unmodifiable emptyAnnotationParameterValueList.Methods in io.github.classgraph that return AnnotationParameterValueListModifier and TypeMethodDescriptionstatic AnnotationParameterValueListAnnotationParameterValueList.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) voidClassInfo.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.