public interface IValueInjectionAnalyser
| Modifier and Type | Method and Description |
|---|---|
<T> IInjektionAnalyserResult |
analyse(Class<T> clazz) |
<T> IInjektionAnalyserResult |
analyse(IInjectingFactory<T> object) |
boolean |
isImitable(AnnotatedElement element,
Class type) |
boolean |
isInjectable(AnnotatedElement field) |
boolean |
isNullable(AnnotatedElement element) |
<T> IInjektionAnalyserResult analyse(IInjectingFactory<T> object)
<T> IInjektionAnalyserResult analyse(Class<T> clazz)
boolean isImitable(AnnotatedElement element, Class type)
boolean isNullable(AnnotatedElement element)
boolean isInjectable(AnnotatedElement field)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.