org.androidtransfuse.analysis.repository
Class InjectionNodeBuilderRepository
java.lang.Object
org.androidtransfuse.analysis.repository.InjectionNodeBuilderRepository
public class InjectionNodeBuilderRepository
- extends Object
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectionNodeBuilderRepository
@Inject
public InjectionNodeBuilderRepository(@Named(value="defaultBinding")
InjectionNodeBuilder defaultBinding,
ASTClassFactory astClassFactory,
ASTMatcherBuilder astMatcherBuilder)
putAnnotation
public void putAnnotation(ASTType annotationType,
InjectionNodeBuilder annotatedVariableBuilder)
putAnnotation
public void putAnnotation(Class<?> viewClass,
InjectionNodeBuilder viewVariableBuilder)
putType
public void putType(ASTType type,
InjectionNodeBuilder variableBuilder)
putType
public void putType(Class<?> clazz,
InjectionNodeBuilder variableBuilder)
putMatcher
public void putMatcher(Matcher<ASTType> matcher,
InjectionNodeBuilder variableBuilder)
containsBinding
public boolean containsBinding(ASTAnnotation bindingAnnotation)
getBinding
public InjectionNodeBuilder getBinding(ASTAnnotation bindingAnnotation)
getBinding
public InjectionNodeBuilder getBinding(ASTType type)
Copyright © 2012. All Rights Reserved.