public class ConfigViewBean extends Object
Constructor and Description |
---|
ConfigViewBean(ConfigView configView) |
Modifier and Type | Method and Description |
---|---|
ConfigView |
create(<any> creationalContext) |
void |
destroy(ConfigView stageConfig,
<any> creationalContext) |
Class<?> |
getBeanClass() |
Set<InjectionPoint> |
getInjectionPoints() |
String |
getName() |
Set<Annotation> |
getQualifiers() |
Class<? extends Annotation> |
getScope() |
Set<Class<? extends Annotation>> |
getStereotypes() |
Set<Type> |
getTypes() |
boolean |
isAlternative() |
boolean |
isNullable() |
public ConfigViewBean(ConfigView configView)
public Class<?> getBeanClass()
public Set<InjectionPoint> getInjectionPoints()
public boolean isNullable()
public Set<Annotation> getQualifiers()
public Class<? extends Annotation> getScope()
public String getName()
public Set<Class<? extends Annotation>> getStereotypes()
public boolean isAlternative()
public ConfigView create(<any> creationalContext)
public void destroy(ConfigView stageConfig, <any> creationalContext)
Copyright © 2019 JBoss by Red Hat. All rights reserved.