public class DisposerInfo extends Object implements InjectionTargetInfo
InjectionTargetInfo.TargetKind| Modifier and Type | Method and Description |
|---|---|
DisposerInfo |
asDisposer() |
List<InjectionPointInfo> |
getAllInjectionPoints() |
BeanInfo |
getDeclaringBean() |
org.jboss.jandex.MethodParameterInfo |
getDisposedParameter() |
org.jboss.jandex.MethodInfo |
getDisposerMethod() |
InjectionTargetInfo.TargetKind |
kind() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasBean, asObserverpublic InjectionTargetInfo.TargetKind kind()
kind in interface InjectionTargetInfopublic DisposerInfo asDisposer()
asDisposer in interface InjectionTargetInfopublic BeanInfo getDeclaringBean()
public org.jboss.jandex.MethodInfo getDisposerMethod()
public org.jboss.jandex.MethodParameterInfo getDisposedParameter()
public List<InjectionPointInfo> getAllInjectionPoints()
Copyright © 2021 JBoss by Red Hat. All rights reserved.