Interface Binder
- All Known Implementing Classes:
org.glassfish.jersey.innate.inject.BlindBinder,org.glassfish.jersey.innate.inject.InternalBinder,MessagingBinders.HeaderDelegateProviders,MessagingBinders.MessageBodyProviders
public interface Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
- Author:
- Petr Bouda
-
Method Summary
Modifier and TypeMethodDescriptionGets a collection of descriptors registered in this jersey binder.
-
Method Details
-
getBindings
Collection<Binding> getBindings()Gets a collection of descriptors registered in this jersey binder.- Returns:
- collection of descriptors.
-