|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.internal.inject.AbstractModule
org.glassfish.jersey.internal.ServiceFinderModule<T>
T - contract type.public class ServiceFinderModule<T>
Simple ServiceFinder configuration module.
Looks for all implementations of a given contract using ServiceFinder
and registers found instances to HK2 service.
| Constructor Summary | |
|---|---|
ServiceFinderModule(java.lang.Class<T> contract)
Create a new service finder module. |
|
| Method Summary | |
|---|---|
void |
configure()
Implement to provide module binding definitions using the exposed binding methods. |
| Methods inherited from class org.glassfish.jersey.internal.inject.AbstractModule |
|---|
bind, bind, bind, bind, bind, configure, inParent, install |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceFinderModule(java.lang.Class<T> contract)
contract - contract of the service providers bound by this module.| Method Detail |
|---|
public void configure()
AbstractModule
configure in class AbstractModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||