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
    Constructor
    Description
    QualifierAnnotationParanamer(com.thoughtworks.paranamer.Paranamer fallback)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected boolean
     

    Methods inherited from class com.thoughtworks.paranamer.AnnotationParanamer

    lookupParameterNames, lookupParameterNames

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QualifierAnnotationParanamer

      public QualifierAnnotationParanamer(com.thoughtworks.paranamer.Paranamer fallback)
  • Method Details

    • getNamedValue

      protected String getNamedValue(Annotation ann)
      Overrides:
      getNamedValue in class com.thoughtworks.paranamer.AnnotationParanamer
    • isNamed

      protected boolean isNamed(Annotation ann)
      Overrides:
      isNamed in class com.thoughtworks.paranamer.AnnotationParanamer