Interface Binder
- All Known Implementing Classes:
AbstractBinder,ClientBinder,CompositeBinder,EntityFilteringBinder,ExternalRequestScopeConfigurator.NoopExternalRequestScopeBinder,JacksonFilteringFeature.Binder,JaxbMessagingBinder,JaxbParamConverterBinder,JettyHttpContainer.JettyBinder,MappableExceptionWrapperInterceptor.Binder,MessagingBinders.HeaderDelegateProviders,MessagingBinders.MessageBodyProviders,MonitoringContainerListener.Binder,OAuth1SignatureFeature.Binder,PersistenceUnitBinder,RequestProcessingConfigurator.ServerProcessingBinder,ServerBinder,ServiceFinderBinder,SimpleContainer.SimpleBinder,WebComponent.WebComponentBinder
public interface Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
-
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.
-