Modifier and Type | Method and Description |
---|---|
protected java.util.List<Binding> |
MetaAnnotationBindingRegistry.createBindings(org.objectweb.asm.Type type) |
protected java.util.List<Binding> |
LegacyGenericBindingRegistry.createBindings(org.objectweb.asm.Type type) |
protected java.util.List<Binding> |
IgnoreAllBindingRegistry.createBindings(org.objectweb.asm.Type type) |
protected abstract java.util.List<Binding> |
CompletableBindingRegistry.createBindings(org.objectweb.asm.Type type) |
java.util.List<Binding> |
DefaultBindingRegistry.getBindings(java.lang.String descriptor) |
java.util.List<Binding> |
CompletableBindingRegistry.getBindings(java.lang.String descriptor) |
java.util.List<Binding> |
BindingRegistry.getBindings(java.lang.String descriptor)
Find the list of
Binding registered with the given annotation type. |
protected java.lang.Iterable<Binding> |
MetaAnnotationBindingRegistry.nullBindingsForMetaAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBindingRegistry.addBindings(java.lang.Iterable<Binding> bindings)
Stores the given Bindings
|
void |
CompletableBindingRegistry.addBindings(java.lang.Iterable<Binding> bindings) |
void |
BindingRegistry.addBindings(java.lang.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 |
---|---|
java.util.Iterator<Binding> |
AbsBindingModule.iterator() |
Constructor and Description |
---|
AnnotationBindingBuilder(java.util.List<Binding> registry,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
HandlerBindingBuilder(java.util.List<Binding> bindings,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
StereotypeBindingBuilder(java.util.List<Binding> bindings,
java.lang.Class<? extends java.lang.annotation.Annotation> type) |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.