Interface ArgumentInjectionPoint<B,​T>

    • Field Summary

      • Fields inherited from interface io.micronaut.core.annotation.AnnotationSource

        EMPTY
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default io.micronaut.core.type.Argument<T> asArgument()  
      io.micronaut.core.type.Argument<T> getArgument()  
      CallableInjectionPoint<B> getOuterInjectionPoint()  
      • Methods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProvider

        findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
      • Methods inherited from interface io.micronaut.core.annotation.AnnotationSource

        getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
    • Method Detail

      • getOuterInjectionPoint

        @NonNull
        CallableInjectionPoint<B> getOuterInjectionPoint()
        Returns:
        The outer injection point (method or constructor)
      • getArgument

        @NonNull
        io.micronaut.core.type.Argument<T> getArgument()
        Returns:
        The argument that is being injected
      • asArgument

        default io.micronaut.core.type.Argument<T> asArgument()
        Specified by:
        asArgument in interface io.micronaut.core.type.ArgumentCoercible<B>