Package com.bobocode.bring.core.utils
Class ReflectionUtils.QualifierAnnotationParanamer
java.lang.Object
com.thoughtworks.paranamer.AnnotationParanamer
com.bobocode.bring.core.utils.ReflectionUtils.QualifierAnnotationParanamer
- All Implemented Interfaces:
com.thoughtworks.paranamer.Paranamer
- Enclosing class:
ReflectionUtils
private static class ReflectionUtils.QualifierAnnotationParanamer
extends com.thoughtworks.paranamer.AnnotationParanamer
Inner class extending AnnotationParanamer to handle Qualifier annotations.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.thoughtworks.paranamer.AnnotationParanamer
com.thoughtworks.paranamer.AnnotationParanamer.Jsr330Helper
-
Field Summary
Fields inherited from class com.thoughtworks.paranamer.AnnotationParanamer
__PARANAMER_DATA
Fields inherited from interface com.thoughtworks.paranamer.Paranamer
EMPTY_NAMES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getNamedValue
(Annotation ann) protected boolean
isNamed
(Annotation ann) Methods inherited from class com.thoughtworks.paranamer.AnnotationParanamer
lookupParameterNames, lookupParameterNames
-
Constructor Details
-
QualifierAnnotationParanamer
public QualifierAnnotationParanamer(com.thoughtworks.paranamer.Paranamer fallback)
-
-
Method Details
-
getNamedValue
- Overrides:
getNamedValue
in classcom.thoughtworks.paranamer.AnnotationParanamer
-
isNamed
- Overrides:
isNamed
in classcom.thoughtworks.paranamer.AnnotationParanamer
-