Interface IInjektionAnalyserValueResult
-
- All Known Implementing Classes:
InjektionAnalyserValueResult
public interface IInjektionAnalyserValueResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBindinggetBinding()booleanisEmptiable()booleanisImitable()booleanisIterable()booleanisNullable()
-
-
-
Method Detail
-
isNullable
boolean isNullable()
-
isIterable
boolean isIterable()
-
getBinding
IBinding getBinding()
-
isEmptiable
boolean isEmptiable()
-
isImitable
boolean isImitable()
-
-