Interface IValueInjectionAnalyser
-
- All Known Implementing Classes:
ValueInjectionAnalyser
public interface IValueInjectionAnalyser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> IInjektionAnalyserResultanalyse(java.lang.Class<T> clazz)<T> IInjektionAnalyserResultanalyse(IInjectingFactory<T> object)booleanisImitable(java.lang.reflect.AnnotatedElement element, java.lang.Class type)booleanisInjectable(java.lang.reflect.AnnotatedElement field)booleanisNullable(java.lang.reflect.AnnotatedElement element)
-
-
-
Method Detail
-
analyse
<T> IInjektionAnalyserResult analyse(IInjectingFactory<T> object)
-
analyse
<T> IInjektionAnalyserResult analyse(java.lang.Class<T> clazz)
-
isImitable
boolean isImitable(java.lang.reflect.AnnotatedElement element, java.lang.Class type)
-
isNullable
boolean isNullable(java.lang.reflect.AnnotatedElement element)
-
isInjectable
boolean isInjectable(java.lang.reflect.AnnotatedElement field)
-
-