public interface BindingTargetFactory
EnableBinding
.Modifier and Type | Method and Description |
---|---|
boolean |
canCreate(Class<?> clazz)
Checks whether a specific binding target type can be created by this factory.
|
Object |
createInput(String name)
Create an input binding target that will be bound via a corresponding
Binder . |
Object |
createOutput(String name)
Create an output binding target that will be bound via a corresponding
Binder . |
boolean canCreate(Class<?> clazz)
clazz
- the binding target typeObject createInput(String name)
Binder
.name
- name of the binding targetCopyright © 2019 Pivotal Software, Inc.. All rights reserved.