Class Annotations


  • public class Annotations
    extends java.lang.Object
    Get report annotations - environment variables and application dependencies
    • Constructor Summary

      Constructors 
      Constructor Description
      Annotations()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.lang.Object> getAnnotations​(java.lang.Object exceptionMessage, java.util.Map<java.lang.String,​java.lang.Object> complexAttributes)  
      • Methods inherited from class java.lang.Object

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

      • Annotations

        public Annotations()
    • Method Detail

      • getAnnotations

        public static java.util.Map<java.lang.String,​java.lang.Object> getAnnotations​(java.lang.Object exceptionMessage,
                                                                                            java.util.Map<java.lang.String,​java.lang.Object> complexAttributes)