Class CDIManagedProviderTest.MyFilter

java.lang.Object
org.eclipse.microprofile.rest.client.tck.cditests.CDIManagedProviderTest.MyFilter
All Implemented Interfaces:
jakarta.ws.rs.client.ClientRequestFilter
Enclosing class:
CDIManagedProviderTest

@ApplicationScoped public static class CDIManagedProviderTest.MyFilter extends Object implements jakarta.ws.rs.client.ClientRequestFilter
  • Field Details

    • postConstructInvoked

      protected boolean postConstructInvoked
    • beanManager

      @Inject protected jakarta.enterprise.inject.spi.BeanManager beanManager
  • Constructor Details

    • MyFilter

      public MyFilter()
  • Method Details

    • postConstruct

      @PostConstruct public void postConstruct()
    • filter

      public void filter(jakarta.ws.rs.client.ClientRequestContext requestContext) throws IOException
      Specified by:
      filter in interface jakarta.ws.rs.client.ClientRequestFilter
      Throws:
      IOException