Package org.glassfish.jersey
Interface ExtendedConfig
- All Superinterfaces:
Configuration
- All Known Subinterfaces:
ExternalConfigurationModel<CONFIG>
,ServerConfig
- All Known Implementing Classes:
ClientConfig
,CommonConfig
,ConfigurationModel
,ImmutableCommonConfig
,ResourceConfig
,SystemPropertiesConfigurationModel
Extended common runtime configuration.
- Author:
- Marek Potociar
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isProperty
(String name) Get the value of the property with a given name converted toboolean
.Methods inherited from interface jakarta.ws.rs.core.Configuration
getClasses, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getRuntimeType, hasProperty, isEnabled, isEnabled, isRegistered, isRegistered
-
Method Details
-
isProperty
Get the value of the property with a given name converted toboolean
. Returnsfalse
if the value is not convertible.- Parameters:
name
- property name.- Returns:
boolean
property value orfalse
if the property is not convertible.
-