Package org.glassfish.jersey.internal
Class FeatureConfigurator
- java.lang.Object
-
- org.glassfish.jersey.internal.AbstractServiceFinderConfigurator<T>
-
- org.glassfish.jersey.AbstractFeatureConfigurator<Feature>
-
- org.glassfish.jersey.internal.FeatureConfigurator
-
- All Implemented Interfaces:
BootstrapConfigurator
public class FeatureConfigurator extends AbstractFeatureConfigurator<Feature>
Registers JAX-RSFeaturewhich are listed as SPIs for registration. Also checks if JAX-RS service loading is enabled by the jakarta.ws.rs.loadServices property. In order for registration to proceed the property shall be true (or null). This configurator's instance shall be the last (or at least afterAutoDiscoverableConfigurator) in the list of configurators due to same list ofAutoDiscoverableused in theBootstrapBagto register discovered features.
-
-
Constructor Summary
Constructors Constructor Description FeatureConfigurator(RuntimeType runtimeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)Pre-initialization method should only register services intoInjectionManagerand populateBootstrapBag.-
Methods inherited from class org.glassfish.jersey.AbstractFeatureConfigurator
loadImplementations, registerFeatures
-
Methods inherited from class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
getContract, getRuntimeType, loadImplementations
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.glassfish.jersey.internal.BootstrapConfigurator
postInit
-
-
-
-
Constructor Detail
-
FeatureConfigurator
public FeatureConfigurator(RuntimeType runtimeType)
-
-
Method Detail
-
init
public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)Description copied from interface:BootstrapConfiguratorPre-initialization method should only register services intoInjectionManagerand populateBootstrapBag.- Parameters:
injectionManager- not completed injection manager.bootstrapBag- bootstrap bag with services used in following processing.
-
-