Interface Origin

    • Method Summary

      Static Methods 
      Modifier and TypeMethodDescription
      static Originfrom​(Object source)
      Find the Origin that an object originated from.
    • Method Detail

      • from

        static Origin from​(Object source)
        Find the Origin that an object originated from. Checks if the source object is an OriginProvider and also searches exception stacks.
        Parameters:
        source - the source object or null
        Returns:
        an optional Origin