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.Configuration
Extended common runtime configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Get the value of the property with a given name converted to boolean.

    Methods inherited from interface javax.ws.rs.core.Configuration

    getClasses, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getRuntimeType, isEnabled, isEnabled, isRegistered, isRegistered
  • Method Details

    • isProperty

      boolean isProperty(String name)
      Get the value of the property with a given name converted to boolean. Returns false if the value is not convertible.
      Parameters:
      name - property name.
      Returns:
      boolean property value or false if the property is not convertible.