Package org.glassfish.jersey.client
Class ClientBinder
- java.lang.Object
-
- org.glassfish.jersey.internal.inject.AbstractBinder
-
- org.glassfish.jersey.client.ClientBinder
-
- All Implemented Interfaces:
Binder
class ClientBinder extends AbstractBinder
Registers all binders necessary forClientruntime.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classClientBinder.PropertiesDelegateFactoryprivate static classClientBinder.RequestContextInjectionFactory
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.Object>clientRuntimeProperties
-
Constructor Summary
Constructors Constructor Description ClientBinder(java.util.Map<java.lang.String,java.lang.Object> clientRuntimeProperties)Create new client binder for a new client runtime instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()Implement to provide binding definitions using the exposed binding methods.-
Methods inherited from class org.glassfish.jersey.internal.inject.AbstractBinder
bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, createManagedInstanceProvider, getBindings, install
-
-
-
-
Method Detail
-
configure
protected void configure()
Description copied from class:AbstractBinderImplement to provide binding definitions using the exposed binding methods.- Specified by:
configurein classAbstractBinder
-
-