Uses of Interface
jakarta.ws.rs.core.Configurable
Packages that use Configurable
Package
Description
The JAX-RS client API
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of Configurable in jakarta.ws.rs.client
Subinterfaces of Configurable in jakarta.ws.rs.clientModifier and TypeInterfaceDescriptioninterfaceClient is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.interfaceA resource target identified by the resource URI.Classes in jakarta.ws.rs.client that implement ConfigurableModifier and TypeClassDescriptionclassMain entry point to the client API used to bootstrapClientinstances. -
Uses of Configurable in jakarta.ws.rs.core
Classes in jakarta.ws.rs.core with type parameters of type ConfigurableModifier and TypeInterfaceDescriptioninterfaceConfigurable<C extends Configurable>Represents a client or server-side configurable context in JAX-RS.Subinterfaces of Configurable in jakarta.ws.rs.coreModifier and TypeInterfaceDescriptioninterfaceA configurable context passed toFeatureandDynamicFeatureinstances by JAX-RS runtime during the phase of their configuration. -
Uses of Configurable in org.jboss.resteasy.client.jaxrs
Subinterfaces of Configurable in org.jboss.resteasy.client.jaxrsClasses in org.jboss.resteasy.client.jaxrs that implement Configurable -
Uses of Configurable in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement ConfigurableModifier and TypeClassDescriptionclassclassclassA version of ResteasyProviderFactory which does not reference its parent after it is created.classAbstraction for creating Clients.class -
Uses of Configurable in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ConfigurableModifier and TypeClassDescriptionfinal classAllow applications to push/pop provider factories onto the stack. -
Uses of Configurable in org.jboss.resteasy.core.providerfactory
Classes in org.jboss.resteasy.core.providerfactory that implement ConfigurableModifier and TypeClassDescriptionclassA ResteasyProviderFactoryDelegate.class -
Uses of Configurable in org.jboss.resteasy.spi
Classes in org.jboss.resteasy.spi that implement Configurable -
Uses of Configurable in org.jboss.resteasy.util
Classes in org.jboss.resteasy.util that implement ConfigurableModifier and TypeClassDescriptionclassclassFields in org.jboss.resteasy.util declared as ConfigurableConstructors in org.jboss.resteasy.util with parameters of type ConfigurableModifierConstructorDescriptionDynamicFeatureContextDelegate(Configurable<?> configurable) FeatureContextDelegate(Configurable<?> configurable)