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_DATAFields inherited from interface com.thoughtworks.paranamer.Paranamer
EMPTY_NAMES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetNamedValue(Annotation ann) protected booleanisNamed(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:
getNamedValuein classcom.thoughtworks.paranamer.AnnotationParanamer
-
isNamed
- Overrides:
isNamedin classcom.thoughtworks.paranamer.AnnotationParanamer
-