Class AbstractServiceFinderConfigurator<T>
java.lang.Object
org.glassfish.jersey.internal.AbstractServiceFinderConfigurator<T>
- Type Parameters:
T- contract type.
- All Implemented Interfaces:
BootstrapConfigurator
- Direct Known Subclasses:
AutoDiscoverableConfigurator, ContainerProviderConfigurator
public abstract class AbstractServiceFinderConfigurator<T>
extends Object
implements BootstrapConfigurator
Simple ServiceFinder configuration.
Looks for all implementations of a given contract using
ServiceFinder and registers found instances to
InjectionManager.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final javax.ws.rs.RuntimeType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractServiceFinderConfigurator(Class<T> contract, javax.ws.rs.RuntimeType runtimeType) Create a new configurator. -
Method Summary
Modifier and TypeMethodDescriptionloadImplementations(Map<String, Object> applicationProperties) Load all particular implementations of the typeTusingServiceFinder.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BootstrapConfigurator
init, postInit
-
Field Details
-
contract
-
runtimeType
private final javax.ws.rs.RuntimeType runtimeType
-
-
Constructor Details
-
AbstractServiceFinderConfigurator
-
-
Method Details
-
loadImplementations
-