@Deprecated public class SpringBindingRegistry extends Object implements BindingRegistry
| Constructor and Description |
|---|
SpringBindingRegistry(org.springframework.beans.factory.config.ConfigurableBeanFactory factory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
bind(String name,
Object obj)
Deprecated.
|
void |
close()
Deprecated.
|
Object |
lookup(String name)
Deprecated.
|
void |
unbind(String name)
Deprecated.
|
public SpringBindingRegistry(org.springframework.beans.factory.config.ConfigurableBeanFactory factory)
public Object lookup(String name)
lookup in interface BindingRegistrypublic boolean bind(String name, Object obj)
bind in interface BindingRegistrypublic void unbind(String name)
unbind in interface BindingRegistrypublic void close()
close in interface BindingRegistryCopyright © 2021 The Apache Software Foundation. All rights reserved.