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
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeDelegate
configured
(Configuration configuration) The decoratedRuntimeDelegate
that usesHeaderDelegateProviders
based on whetherCommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE
is set or not
-
Constructor Details
-
RuntimeDelegateDecorator
public RuntimeDelegateDecorator()
-
-
Method Details
-
configured
The decoratedRuntimeDelegate
that usesHeaderDelegateProviders
based on whetherCommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE
is set or not- Parameters:
configuration
- that has or has notCommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE
set- Returns:
RuntimeDelegate
that usesHeaderDelegateProviders
-