@Deprecated public class SingleBindingTargetBindable<T> extends Object implements Bindable
Bindable
component that wraps a generic output binding target. Useful for
binding targets outside the Input
and Output
annotated interfaces.Constructor and Description |
---|
SingleBindingTargetBindable(String name,
T bindingTarget)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
bindOutputs(BindingService bindingService)
Deprecated.
Binds all the outputs associated with this instance.
|
Collection<Binding<Object>> |
createAndBindOutputs(BindingService bindingService)
Deprecated.
Binds all the outputs associated with this instance.
|
Set<String> |
getOutputs()
Deprecated.
Enumerates all the output binding names.
|
void |
unbindOutputs(BindingService bindingService)
Deprecated.
Unbinds all the outputs associated with this instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bindInputs, createAndBindInputs, getInputs, unbindInputs
public void bindOutputs(BindingService bindingService)
Bindable
bindOutputs
in interface Bindable
public Collection<Binding<Object>> createAndBindOutputs(BindingService bindingService)
Bindable
createAndBindOutputs
in interface Bindable
bindingService
- instance of BindingService
Binding
spublic void unbindOutputs(BindingService bindingService)
Bindable
unbindOutputs
in interface Bindable
public Set<String> getOutputs()
Bindable
getOutputs
in interface Bindable
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.