Uses of Interface
org.glassfish.jersey.ExtendedConfig
Packages that use ExtendedConfig
Package
Description
Jersey client-side classes.
Support for microprofile external configurations in Jersey
Configuration properties for Jersey (client/server/common) could be passed from different sources
using this implementation
Jersey server-side classes.
Common Jersey service provider contract (SPI) classes.
-
Uses of ExtendedConfig in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement ExtendedConfigModifier and TypeClassDescriptionclassJersey externalized implementation of client-side JAX-RSconfigurablecontract. -
Uses of ExtendedConfig in org.glassfish.jersey.microprofile.config
Classes in org.glassfish.jersey.microprofile.config that implement ExtendedConfigModifier and TypeClassDescriptionclassConfigurationModel<CONFIG extends org.eclipse.microprofile.config.Config>Generic class which implements default properties provider's logic and wraps not used methods from ExtConfig -
Uses of ExtendedConfig in org.glassfish.jersey.server
Subinterfaces of ExtendedConfig in org.glassfish.jersey.serverModifier and TypeInterfaceDescriptioninterfaceServer-side application configuration.Classes in org.glassfish.jersey.server that implement ExtendedConfigModifier and TypeClassDescriptionclassThe resource configuration for configuring a web application. -
Uses of ExtendedConfig in org.glassfish.jersey.spi
Subinterfaces of ExtendedConfig in org.glassfish.jersey.spiModifier and TypeInterfaceDescriptioninterfaceExternalConfigurationModel<CONFIG>Model of configuration for external properties.