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 BinderInterface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Binding>getBindings()Gets a collection of descriptors registered in this jersey binder.
-
-
-
Method Detail
-
getBindings
java.util.Collection<Binding> getBindings()
Gets a collection of descriptors registered in this jersey binder.- Returns:
- collection of descriptors.
-
-