Class Proxys

java.lang.Object
org.apache.openejb.cdi.Proxys

public final class Proxys extends Object
  • Method Details

    • threadLocalProxy

      public static <T> T threadLocalProxy(Class<T> type, ThreadLocal<? extends T> threadLocal, T defaultValue)
    • threadLocalRequestSessionProxy

      public static jakarta.servlet.http.HttpSession threadLocalRequestSessionProxy(ThreadLocal<? extends jakarta.servlet.http.HttpServletRequest> threadLocal, jakarta.servlet.http.HttpSession defaultValue)
    • handlerProxy

      public static <T> T handlerProxy(InvocationHandler raw, Class<T> main, Class<?>... type)