java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.introspect.AnnotationCollector.OneAnnotation
All Implemented Interfaces:
Annotations, Serializable
Enclosing class:
AnnotationCollector

public static class AnnotationCollector.OneAnnotation extends Object implements Annotations, Serializable
See Also:
  • Constructor Details

  • Method Details

    • get

      public <A extends Annotation> A get(Class<A> cls)
      Description copied from interface: Annotations
      Main access method used to find value for given annotation.
      Specified by:
      get in interface Annotations
    • has

      public boolean has(Class<?> cls)
      Specified by:
      has in interface Annotations
    • hasOneOf

      public boolean hasOneOf(Class<? extends Annotation>[] annoClasses)
      Specified by:
      hasOneOf in interface Annotations
    • size

      public int size()
      Description copied from interface: Annotations
      Returns number of annotation entries in this collection.
      Specified by:
      size in interface Annotations