java.lang.Object
nl.jqno.equalsverifier.internal.reflection.annotations.AnnotationCache

public class AnnotationCache extends Object
  • Constructor Details

    • AnnotationCache

      public AnnotationCache()
  • Method Details

    • hasResolved

      public boolean hasResolved(Class<?> type)
    • hasClassAnnotation

      public boolean hasClassAnnotation(Class<?> type, Annotation annotation)
    • hasFieldAnnotation

      public boolean hasFieldAnnotation(Class<?> type, String fieldName, Annotation annotation)
    • addClassAnnotation

      public void addClassAnnotation(Class<?> type, Annotation annotation)
    • addField

      public void addField(Class<?> type, String fieldName)
    • addFieldAnnotation

      public void addFieldAnnotation(Class<?> type, String fieldName, Annotation annotation)