Package org.glassfish.jersey
Interface ExtendedConfig
-
- All Superinterfaces:
javax.ws.rs.core.Configuration
- All Known Subinterfaces:
ServerConfig
- All Known Implementing Classes:
ClientConfig,ClientConfig.State,CommonConfig,ImmutableCommonConfig,ResourceConfig,ResourceConfig.ImmutableState,ResourceConfig.RuntimeConfig,ResourceConfig.State,ResourceConfig.WrappingResourceConfig,ResourceMethodConfig
public interface ExtendedConfig extends javax.ws.rs.core.ConfigurationExtended common runtime configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisProperty(java.lang.String name)Get the value of the property with a given name converted toboolean.
-