Module net.anwiba.commons.injection
Class InjektionAnalyserValueResult
java.lang.Object
net.anwiba.commons.injection.impl.InjektionAnalyserValueResult
- All Implemented Interfaces:
IInjektionAnalyserValueResult
public final class InjektionAnalyserValueResult
extends Object
implements IInjektionAnalyserValueResult
-
Constructor Summary
ConstructorsConstructorDescriptionInjektionAnalyserValueResult(IBinding type, boolean isNullable, boolean isImitable, boolean isIterable, boolean isEmptiable) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanboolean
-
Constructor Details
-
InjektionAnalyserValueResult
public InjektionAnalyserValueResult(IBinding type, boolean isNullable, boolean isImitable, boolean isIterable, boolean isEmptiable)
-
-
Method Details
-
isNullable
public boolean isNullable()- Specified by:
isNullablein interfaceIInjektionAnalyserValueResult
-
isImitable
public boolean isImitable()- Specified by:
isImitablein interfaceIInjektionAnalyserValueResult
-
isEmptiable
public boolean isEmptiable()- Specified by:
isEmptiablein interfaceIInjektionAnalyserValueResult
-
isIterable
public boolean isIterable()- Specified by:
isIterablein interfaceIInjektionAnalyserValueResult
-
getBinding
- Specified by:
getBindingin interfaceIInjektionAnalyserValueResult
-