Package io.quarkus.arc.processor
Class DisposerInfo
java.lang.Object
io.quarkus.arc.processor.DisposerInfo
- All Implemented Interfaces:
InjectionTargetInfo
- Author:
- Martin Kouba
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.arc.processor.InjectionTargetInfo
InjectionTargetInfo.TargetKind -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.jandex.MethodParameterInfoorg.jboss.jandex.MethodInfokind()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.arc.processor.InjectionTargetInfo
asBean, asInvoker, asObserver
-
Method Details
-
kind
- Specified by:
kindin interfaceInjectionTargetInfo
-
asDisposer
- Specified by:
asDisposerin interfaceInjectionTargetInfo
-
getDeclaringBean
-
getDisposerMethod
public org.jboss.jandex.MethodInfo getDisposerMethod() -
getDisposedParameter
public org.jboss.jandex.MethodParameterInfo getDisposedParameter() -
getAllInjectionPoints
-