Class InjectionPointProvider

java.lang.Object
io.quarkus.arc.impl.InjectionPointProvider
All Implemented Interfaces:
InjectableReferenceProvider<jakarta.enterprise.inject.spi.InjectionPoint>

public class InjectionPointProvider extends Object implements InjectableReferenceProvider<jakarta.enterprise.inject.spi.InjectionPoint>
Author:
Martin Kouba
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static jakarta.enterprise.inject.spi.InjectionPoint
    get()
     
    jakarta.enterprise.inject.spi.InjectionPoint
    get(jakarta.enterprise.context.spi.CreationalContext<jakarta.enterprise.inject.spi.InjectionPoint> creationalContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InjectionPointProvider

      public InjectionPointProvider()
  • Method Details

    • get

      public jakarta.enterprise.inject.spi.InjectionPoint get(jakarta.enterprise.context.spi.CreationalContext<jakarta.enterprise.inject.spi.InjectionPoint> creationalContext)
      Specified by:
      get in interface InjectableReferenceProvider<jakarta.enterprise.inject.spi.InjectionPoint>
      Returns:
      a contextual reference
    • get

      public static jakarta.enterprise.inject.spi.InjectionPoint get()