class ClientBinder extends AbstractBinder
Client
runtime.Modifier and Type | Class and Description |
---|---|
private static class |
ClientBinder.PropertiesDelegateFactory |
private static class |
ClientBinder.RequestContextInjectionFactory |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.lang.Object> |
clientRuntimeProperties |
Constructor and Description |
---|
ClientBinder(java.util.Map<java.lang.String,java.lang.Object> clientRuntimeProperties)
Create new client binder for a new client runtime instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
configure()
Implement to provide binding definitions using the exposed binding methods.
|
bind, bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, createManagedInstanceProvider, getBindings, install
private final java.util.Map<java.lang.String,java.lang.Object> clientRuntimeProperties
ClientBinder(java.util.Map<java.lang.String,java.lang.Object> clientRuntimeProperties)
clientRuntimeProperties
- map of client runtime properties.protected void configure()
AbstractBinder
configure
in class AbstractBinder