Class MicroProfileClientConfigurableImpl<C extends jakarta.ws.rs.core.Configurable<C>>
java.lang.Object
org.apache.cxf.jaxrs.impl.ConfigurableImpl<C>
org.apache.cxf.microprofile.client.MicroProfileClientConfigurableImpl<C>
- All Implemented Interfaces:
jakarta.ws.rs.core.Configurable<C>,AutoCloseable
public class MicroProfileClientConfigurableImpl<C extends jakarta.ws.rs.core.Configurable<C>>
extends org.apache.cxf.jaxrs.impl.ConfigurableImpl<C>
implements jakarta.ws.rs.core.Configurable<C>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cxf.jaxrs.impl.ConfigurableImpl
org.apache.cxf.jaxrs.impl.ConfigurableImpl.Instantiator -
Constructor Summary
ConstructorsConstructorDescriptionMicroProfileClientConfigurableImpl(C configurable) MicroProfileClientConfigurableImpl(C configurable, jakarta.ws.rs.core.Configuration config) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.cxf.jaxrs.impl.ConfigurableImpl.InstantiatorMethods inherited from class org.apache.cxf.jaxrs.impl.ConfigurableImpl
close, getConfigurable, getConfiguration, property, register, register, register, register, register, register, register, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.ws.rs.core.Configurable
getConfiguration, property, register, register, register, register, register, register, register, register
-
Constructor Details
-
MicroProfileClientConfigurableImpl
-
MicroProfileClientConfigurableImpl
-
-
Method Details