Uses of Class
org.glassfish.jersey.internal.inject.AbstractBinder
-
Packages that use AbstractBinder Package Description org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes. -
-
Uses of AbstractBinder in org.glassfish.jersey.internal
Subclasses of AbstractBinder in org.glassfish.jersey.internal Modifier and Type Class Description classServiceFinderBinder<T>Simple ServiceFinder injection binder. -
Uses of AbstractBinder in org.glassfish.jersey.internal.inject
Subclasses of AbstractBinder in org.glassfish.jersey.internal.inject Modifier and Type Class Description classCompositeBinderUtility class which is able to install several binders and register them as a whole.Methods in org.glassfish.jersey.internal.inject that return AbstractBinder Modifier and Type Method Description static AbstractBinderCompositeBinder. wrap(Collection<Binder> binders)CreatesCompositeBinderwith provided binders.static AbstractBinderCompositeBinder. wrap(Binder... binders)CreatesCompositeBinderwith provided binders.Methods in org.glassfish.jersey.internal.inject with parameters of type AbstractBinder Modifier and Type Method Description voidAbstractBinder. install(AbstractBinder... binders)Adds all binding definitions from the binders to the binding configuration. -
Uses of AbstractBinder in org.glassfish.jersey.message.internal
Subclasses of AbstractBinder in org.glassfish.jersey.message.internal Modifier and Type Class Description static classMessagingBinders.HeaderDelegateProvidersHeader delegate provider injection binder.static classMessagingBinders.MessageBodyProvidersMessage body providers injection binder.
-