Modifier and Type | Method and Description |
---|---|
protected List<Binding> |
IgnoreAllBindingRegistry.createBindings(org.objectweb.asm.Type type) |
protected List<Binding> |
MetaAnnotationBindingRegistry.createBindings(org.objectweb.asm.Type type) |
protected List<Binding> |
LegacyGenericBindingRegistry.createBindings(org.objectweb.asm.Type type) |
protected abstract List<Binding> |
CompletableBindingRegistry.createBindings(org.objectweb.asm.Type type) |
List<Binding> |
DefaultBindingRegistry.getBindings(String descriptor) |
List<Binding> |
BindingRegistry.getBindings(String descriptor)
Find the list of
Binding registered with the given annotation type. |
List<Binding> |
CompletableBindingRegistry.getBindings(String descriptor) |
protected Iterable<Binding> |
MetaAnnotationBindingRegistry.nullBindingsForMetaAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBindingRegistry.addBindings(Iterable<Binding> bindings)
Stores the given Bindings
|
void |
BindingRegistry.addBindings(Iterable<Binding> bindings) |
void |
CompletableBindingRegistry.addBindings(Iterable<Binding> bindings) |
Modifier and Type | Class and Description |
---|---|
class |
NullBinding
User: guillaume
Date: 10/07/13
Time: 15:04
|
Modifier and Type | Method and Description |
---|---|
Iterator<Binding> |
AbsBindingModule.iterator() |
Constructor and Description |
---|
AnnotationBindingBuilder(List<Binding> registry,
Class<? extends Annotation> annotationType) |
HandlerBindingBuilder(List<Binding> bindings,
Class<? extends Annotation> annotationType) |
StereotypeBindingBuilder(List<Binding> bindings,
Class<? extends Annotation> type) |
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.