Tabnine Logo
AbstractBean.getBeanClass
Code IndexAdd Tabnine to your IDE (free)

How to use
getBeanClass
method
in
org.jboss.weld.bean.AbstractBean

Best Java code snippets using org.jboss.weld.bean.AbstractBean.getBeanClass (Showing top 12 results out of 315)

origin: weld/core

public void vetoBean(AbstractBean<?, ?> bean) {
  beans.remove(bean);
  if (bean instanceof AbstractClassBean<?>) {
    classBeanMap.get(bean.getBeanClass()).remove(bean);
    if (bean instanceof InterceptorImpl<?>) {
      interceptors.remove(bean);
    }
    if (bean instanceof DecoratorImpl<?>) {
      decorators.remove(bean);
    }
  }
  if (bean instanceof ProducerMethod<?, ?>) {
    ProducerMethod<?, ?> producerMethod = cast(bean);
    producerMethodBeanMap.get(WeldMethodKey.of(producerMethod)).remove(producerMethod);
  }
  if (bean instanceof ProducerField<?, ?>) {
    producerFields.remove(bean);
  }
}
origin: weld/core

public void vetoBean(AbstractBean<?, ?> bean) {
  beans.remove(bean);
  if (bean instanceof AbstractClassBean<?>) {
    classBeanMap.get(bean.getBeanClass()).remove(bean);
    if (bean instanceof InterceptorImpl<?>) {
      interceptors.remove(bean);
    }
    if (bean instanceof DecoratorImpl<?>) {
      decorators.remove(bean);
    }
  }
  if (bean instanceof ProducerMethod<?, ?>) {
    ProducerMethod<?, ?> producerMethod = cast(bean);
    producerMethodBeanMap.get(WeldMethodKey.of(producerMethod)).remove(producerMethod);
  }
  if (bean instanceof ProducerField<?, ?>) {
    producerFields.remove(bean);
  }
}
origin: org.jboss.weld.se/weld-se

public void vetoBean(AbstractBean<?, ?> bean) {
  beans.remove(bean);
  if (bean instanceof AbstractClassBean<?>) {
    classBeanMap.get(bean.getBeanClass()).remove(bean);
    if (bean instanceof InterceptorImpl<?>) {
      interceptors.remove(bean);
    }
    if (bean instanceof DecoratorImpl<?>) {
      decorators.remove(bean);
    }
  }
  if (bean instanceof ProducerMethod<?, ?>) {
    ProducerMethod<?, ?> producerMethod = cast(bean);
    producerMethodBeanMap.get(WeldMethodKey.of(producerMethod)).remove(producerMethod);
  }
  if (bean instanceof ProducerField<?, ?>) {
    producerFields.remove(bean);
  }
}
origin: weld/core

public void vetoBean(AbstractBean<?, ?> bean) {
  beans.remove(bean);
  if (bean instanceof AbstractClassBean<?>) {
    classBeanMap.get(bean.getBeanClass()).remove(bean);
    if (bean instanceof InterceptorImpl<?>) {
      interceptors.remove(bean);
    }
    if (bean instanceof DecoratorImpl<?>) {
      decorators.remove(bean);
    }
  }
  if (bean instanceof ProducerMethod<?, ?>) {
    ProducerMethod<?, ?> producerMethod = cast(bean);
    producerMethodBeanMap.get(WeldMethodKey.of(producerMethod)).remove(producerMethod);
  }
  if (bean instanceof ProducerField<?, ?>) {
    producerFields.remove(bean);
  }
}
origin: org.jboss.weld.servlet/weld-servlet-shaded

public void vetoBean(AbstractBean<?, ?> bean) {
  beans.remove(bean);
  if (bean instanceof AbstractClassBean<?>) {
    classBeanMap.get(bean.getBeanClass()).remove(bean);
    if (bean instanceof InterceptorImpl<?>) {
      interceptors.remove(bean);
    }
    if (bean instanceof DecoratorImpl<?>) {
      decorators.remove(bean);
    }
  }
  if (bean instanceof ProducerMethod<?, ?>) {
    ProducerMethod<?, ?> producerMethod = cast(bean);
    producerMethodBeanMap.get(WeldMethodKey.of(producerMethod)).remove(producerMethod);
  }
  if (bean instanceof ProducerField<?, ?>) {
    producerFields.remove(bean);
  }
}
origin: org.jboss.weld.se/weld-se-shaded

public void vetoBean(AbstractBean<?, ?> bean) {
  beans.remove(bean);
  if (bean instanceof AbstractClassBean<?>) {
    classBeanMap.get(bean.getBeanClass()).remove(bean);
    if (bean instanceof InterceptorImpl<?>) {
      interceptors.remove(bean);
    }
    if (bean instanceof DecoratorImpl<?>) {
      decorators.remove(bean);
    }
  }
  if (bean instanceof ProducerMethod<?, ?>) {
    ProducerMethod<?, ?> producerMethod = cast(bean);
    producerMethodBeanMap.get(WeldMethodKey.of(producerMethod)).remove(producerMethod);
  }
  if (bean instanceof ProducerField<?, ?>) {
    producerFields.remove(bean);
  }
}
origin: org.jboss.weld.se/weld-se

    && specializedBean.getBeanClass().getTypeParameters().length > 0
    && !(((AbstractClassBean<?>) this).getBeanClass().getGenericSuperclass() instanceof ParameterizedType));
for (Type specializedType : specializedBean.getTypes()) {
origin: weld/core

    && specializedBean.getBeanClass().getTypeParameters().length > 0
    && !(((AbstractClassBean<?>) this).getBeanClass().getGenericSuperclass() instanceof ParameterizedType));
for (Type specializedType : specializedBean.getTypes()) {
origin: weld/core

    && specializedBean.getBeanClass().getTypeParameters().length > 0
    && !(((AbstractClassBean<?>) this).getBeanClass().getGenericSuperclass() instanceof ParameterizedType));
for (Type specializedType : specializedBean.getTypes()) {
origin: weld/core

    && specializedBean.getBeanClass().getTypeParameters().length > 0
    && !(((AbstractClassBean<?>) this).getBeanClass().getGenericSuperclass() instanceof ParameterizedType));
for (Type specializedType : specializedBean.getTypes()) {
origin: org.jboss.weld.se/weld-se-shaded

    && specializedBean.getBeanClass().getTypeParameters().length > 0
    && !(((AbstractClassBean<?>) this).getBeanClass().getGenericSuperclass() instanceof ParameterizedType));
for (Type specializedType : specializedBean.getTypes()) {
origin: org.jboss.weld.servlet/weld-servlet-shaded

    && specializedBean.getBeanClass().getTypeParameters().length > 0
    && !(((AbstractClassBean<?>) this).getBeanClass().getGenericSuperclass() instanceof ParameterizedType));
for (Type specializedType : specializedBean.getTypes()) {
org.jboss.weld.beanAbstractBeangetBeanClass

Popular methods of AbstractBean

  • attributes
  • checkSpecialization
    Validates specialization if this bean specializes another bean.
  • checkType
  • destroy
  • getAnnotated
    Returns the annotated item the bean represents
  • getBeanManager
  • getInjectionPoints
  • getName
  • getQualifiers
  • getScope
  • getSpecializedBeans
  • getType
    Gets the type of the bean
  • getSpecializedBeans,
  • getType,
  • getTypes,
  • internalInitialize,
  • isNormalScoped,
  • isSpecializing,
  • postSpecialize,
  • preInitialize,
  • preSpecialize

Popular in Java

  • Start an intent from android
  • getSupportFragmentManager (FragmentActivity)
  • runOnUiThread (Activity)
  • requestLocationUpdates (LocationManager)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now