Uses of Interface
org.glassfish.jersey.spi.ExternalConfigurationModel
Packages that use ExternalConfigurationModel
Package
Description
Configuration factory to handle external properties from different config SPI implementations
Support for microprofile external configurations in Jersey
Configuration properties for Jersey (client/server/common) could be passed from different sources
using this implementation
Common Jersey service provider contract (SPI) classes.
-
Uses of ExternalConfigurationModel in org.glassfish.jersey.internal.config
Classes in org.glassfish.jersey.internal.config that implement ExternalConfigurationModelModifier and TypeClassDescriptionclassThe External Configuration Model that supportsSystemproperties.Fields in org.glassfish.jersey.internal.config declared as ExternalConfigurationModelModifier and TypeFieldDescriptionprotected final ExternalConfigurationModel<?>ExternalConfigurationProviderImpl.modelMethods in org.glassfish.jersey.internal.config that return ExternalConfigurationModelModifier and TypeMethodDescriptionExternalConfigurationProviderImpl.getConfiguration()ExternalConfigurationProviderImpl.merge(ExternalConfigurationModel input) SystemPropertiesConfigurationModel.mergeProperties(Map<String, Object> inputProperties) Methods in org.glassfish.jersey.internal.config with parameters of type ExternalConfigurationModelModifier and TypeMethodDescriptionExternalConfigurationProviderImpl.merge(ExternalConfigurationModel input) Constructors in org.glassfish.jersey.internal.config with parameters of type ExternalConfigurationModelModifierConstructorDescriptionprotected -
Uses of ExternalConfigurationModel in org.glassfish.jersey.microprofile.config
Classes in org.glassfish.jersey.microprofile.config that implement ExternalConfigurationModelModifier and TypeClassDescriptionclassConfigurationModel<CONFIG extends org.eclipse.microprofile.config.Config>Generic class which implements default properties provider's logic and wraps not used methods from ExtConfigMethods in org.glassfish.jersey.microprofile.config that return ExternalConfigurationModelModifier and TypeMethodDescriptionConfigurationModel.mergeProperties(Map<String, Object> inputProperties) -
Uses of ExternalConfigurationModel in org.glassfish.jersey.spi
Methods in org.glassfish.jersey.spi that return ExternalConfigurationModelModifier and TypeMethodDescriptionExternalConfigurationProvider.getConfiguration()obrain model object which has direct access to external configurationExternalConfigurationProvider.merge(ExternalConfigurationModel input) Merge properties from other provider/modelExternalConfigurationModel.mergeProperties(Map<String, Object> inputProperties) Merge properties from other (found) external configuration.Methods in org.glassfish.jersey.spi with parameters of type ExternalConfigurationModelModifier and TypeMethodDescriptionExternalConfigurationProvider.merge(ExternalConfigurationModel input) Merge properties from other provider/model