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
Registers all binders necessary for
Client
runtime.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClientBinder
(Map<String, Object> clientRuntimeProperties) Create new client binder for a new client runtime instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
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
-
Field Details
-
clientRuntimeProperties
-
-
Constructor Details
-
ClientBinder
Create new client binder for a new client runtime instance.- Parameters:
clientRuntimeProperties
- map of client runtime properties.
-
-
Method Details
-
configure
protected void configure()Description copied from class:AbstractBinder
Implement to provide binding definitions using the exposed binding methods.- Specified by:
configure
in classAbstractBinder
-