Class AnnotationRegistry.FieldAnnotations

  • Enclosing class:
    AnnotationRegistry

    private static class AnnotationRegistry.FieldAnnotations
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FieldAnnotations()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.Object getValue​(java.lang.annotation.Annotation annotation, java.lang.String attribute)  
      private void setValue​(java.lang.annotation.Annotation annotation, java.lang.String attribute, java.lang.Object newValue)  
      • Methods inherited from class java.lang.Object

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

      • FieldAnnotations

        private FieldAnnotations()
    • Method Detail

      • setValue

        private void setValue​(java.lang.annotation.Annotation annotation,
                              java.lang.String attribute,
                              java.lang.Object newValue)
      • getValue

        private java.lang.Object getValue​(java.lang.annotation.Annotation annotation,
                                          java.lang.String attribute)