java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.introspect.AnnotationCollector

public abstract class AnnotationCollector extends Object
Helper class used to collect annotations to be stored as Annotations (like AnnotationMap).
Since:
2.9
  • Field Details

    • NO_ANNOTATIONS

      protected static final Annotations NO_ANNOTATIONS
    • _data

      protected final Object _data
      Optional data to carry along
  • Constructor Details

    • AnnotationCollector

      protected AnnotationCollector(Object d)
  • Method Details