Class DecoratorDelegateProvider

    • Constructor Detail

      • DecoratorDelegateProvider

        public DecoratorDelegateProvider()
    • Method Detail

      • set

        public static Object set​(Object delegate)
        Set the current delegate for a non-null parameter, remove the threadlocal for null parameter.
        Parameters:
        delegate -
        Returns:
        the previous delegate or null
      • unset

        public static void unset()
      • get

        public static Object get()