Interface IInjektionAnalyserResult
-
- All Superinterfaces:
IInjektionObjectDescription
- All Known Implementing Classes:
InjektionAnalyserResult
public interface IInjektionAnalyserResult extends IInjektionObjectDescription
-
-
Field Summary
Fields Modifier and Type Field Description static IInjektionAnalyserResultUNRESOLVEABLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<IBinding>getBindings()booleanhasIterable()booleanhasNullable()booleanisEmptiable(IBinding binding)booleanisImitable(IBinding binding)booleanisIndependent()booleanisIterable(IBinding binding)booleanisNullable(IBinding binding)-
Methods inherited from interface net.anwiba.commons.injection.impl.IInjektionObjectDescription
getFactory, getType, isFactory
-
-
-
-
Field Detail
-
UNRESOLVEABLE
static final IInjektionAnalyserResult UNRESOLVEABLE
-
-
Method Detail
-
getBindings
java.lang.Iterable<IBinding> getBindings()
-
isIterable
boolean isIterable(IBinding binding)
-
hasIterable
boolean hasIterable()
-
hasNullable
boolean hasNullable()
-
isNullable
boolean isNullable(IBinding binding)
-
isIndependent
boolean isIndependent()
-
isEmptiable
boolean isEmptiable(IBinding binding)
-
isImitable
boolean isImitable(IBinding binding)
-
-