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 Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.enterprise.inject.spi.BeanManagerprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(jakarta.ws.rs.client.ClientRequestContext requestContext) void
-
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
- Specified by:
filterin interfacejakarta.ws.rs.client.ClientRequestFilter- Throws:
IOException
-