public abstract class CompletableBindingRegistry extends Object implements BindingRegistry
| Constructor and Description |
|---|
CompletableBindingRegistry(BindingRegistry delegate,
Reporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBindings(Iterable<Binding> bindings) |
protected abstract List<Binding> |
createBindings(org.objectweb.asm.Type type) |
List<Binding> |
getBindings(String descriptor)
Find the list of
Binding registered with the given annotation type. |
Selection |
selection(ComponentWorkbench workbench) |
public CompletableBindingRegistry(BindingRegistry delegate, Reporter reporter)
public List<Binding> getBindings(String descriptor)
BindingRegistryBinding registered with the given annotation type.
This method returns an empty List if no bindings are registered.getBindings in interface BindingRegistrydescriptor - denotes the annotation's typeBinding registered with the given descriptor, the list may be empty if no bindings are found.public void addBindings(Iterable<Binding> bindings)
addBindings in interface BindingRegistrypublic Selection selection(ComponentWorkbench workbench)
selection in interface BindingRegistryCopyright © 2006–2023 The Apache Software Foundation. All rights reserved.