Interface IInjektionAnalyserResult

All Superinterfaces:
IInjektionObjectDescription
All Known Implementing Classes:
InjektionAnalyserResult

public interface IInjektionAnalyserResult extends IInjektionObjectDescription
  • Field Details

  • Method Details

    • getBindings

      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)