Package org.glassfish.jersey.internal
Class RuntimeDelegateDecorator
java.lang.Object
org.glassfish.jersey.internal.RuntimeDelegateDecorator
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 - 
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeDelegateconfigured(Configuration configuration) The decoratedRuntimeDelegatethat usesHeaderDelegateProvidersbased on whetherCommonProperties.FEATURE_AUTO_DISCOVERY_DISABLEis set or not 
- 
Constructor Details
- 
RuntimeDelegateDecorator
public RuntimeDelegateDecorator() 
 - 
 - 
Method Details
- 
configured
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
 
 -