| Methods in org.glassfish.hk2 that return types with arguments of type Binding |
java.util.Collection<Binding<?>> |
Services.getBindings()
Retrieve the collection of all existing bindings in this as well as in parent
service registries. |
java.util.Collection<Binding<?>> |
Services.getBindings(Descriptor descriptor)
Retrieve the collection of existing bindings in this as well as in parent
service registries that matches the Descriptor. |
java.util.Collection<Binding<?>> |
Services.getDeclaredBindings()
Retrieve the collection of all existing bindings in this, and only this, service
registry. |
java.util.Collection<Binding<?>> |
Services.getDeclaredBindings(Descriptor descriptor)
Retrieve the collection of existing bindings in this, and only this, service
registry that matches the Descriptor. |