Package io.quarkus.arc.processor
Class InvokerInfo
java.lang.Object
io.quarkus.arc.processor.InvokerInfo
- All Implemented Interfaces:
InjectionTargetInfo
Opaque token that stands in for an invoker built using
InvokerBuilder.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.arc.processor.InjectionTargetInfo
InjectionTargetInfo.TargetKind -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.arc.processor.InjectionTargetInfo
asBean, asDisposer, asObserver
-
Method Details
-
getClassName
Returns the class name of the built invoker. It is guaranteed to have apubliczero-parameter constructor. -
toString
-
kind
- Specified by:
kindin interfaceInjectionTargetInfo
-
asInvoker
- Specified by:
asInvokerin interfaceInjectionTargetInfo
-