public class BValInterceptorBean extends Object implements Bean<BValInterceptor>, PassivationCapable
BValInterceptor
CDI Bean
.Constructor and Description |
---|
BValInterceptorBean(BeanManager bm) |
Modifier and Type | Method and Description |
---|---|
BValInterceptor |
create(CreationalContext<BValInterceptor> context) |
void |
destroy(BValInterceptor instance,
CreationalContext<BValInterceptor> context) |
Class<?> |
getBeanClass() |
String |
getId() |
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 BValInterceptorBean(BeanManager bm)
public Set<Type> getTypes()
getTypes
in interface BeanAttributes<BValInterceptor>
public Set<Annotation> getQualifiers()
getQualifiers
in interface BeanAttributes<BValInterceptor>
public Class<? extends Annotation> getScope()
getScope
in interface BeanAttributes<BValInterceptor>
public String getName()
getName
in interface BeanAttributes<BValInterceptor>
public boolean isNullable()
isNullable
in interface Bean<BValInterceptor>
public Set<InjectionPoint> getInjectionPoints()
getInjectionPoints
in interface Bean<BValInterceptor>
public Class<?> getBeanClass()
getBeanClass
in interface Bean<BValInterceptor>
public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes
in interface BeanAttributes<BValInterceptor>
public boolean isAlternative()
isAlternative
in interface BeanAttributes<BValInterceptor>
public BValInterceptor create(CreationalContext<BValInterceptor> context)
create
in interface Contextual<BValInterceptor>
public void destroy(BValInterceptor instance, CreationalContext<BValInterceptor> context)
destroy
in interface Contextual<BValInterceptor>
public String getId()
getId
in interface PassivationCapable
Copyright © 2010–2024 The Apache Software Foundation. All rights reserved.