Package org.glassfish.jersey.internal
Class RuntimeDelegateDecorator
- java.lang.Object
-
- org.glassfish.jersey.internal.RuntimeDelegateDecorator
-
public class RuntimeDelegateDecorator extends Object
RuntimeDelegate Decorator that changes behaviour due to provided runtime information. Currently the following is possible to be configured based on configurable properties:
-
-
Constructor Summary
Constructors Constructor Description RuntimeDelegateDecorator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuntimeDelegateconfigured(Configuration configuration)The decoratedRuntimeDelegatethat usesHeaderDelegateProvidersbased on whetherCommonProperties.FEATURE_AUTO_DISCOVERY_DISABLEis set or not
-
-
-
Method Detail
-
configured
public static RuntimeDelegate configured(Configuration configuration)
The decoratedRuntimeDelegatethat usesHeaderDelegateProvidersbased on whetherCommonProperties.FEATURE_AUTO_DISCOVERY_DISABLEis set or not- Parameters:
configuration- that has or has notCommonProperties.FEATURE_AUTO_DISCOVERY_DISABLEset- Returns:
RuntimeDelegatethat usesHeaderDelegateProviders
-
-