congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
EnhancedAnnotatedMember.getJavaClass
Code IndexAdd Tabnine to your IDE (free)

How to use
getJavaClass
method
in
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedMember

Best Java code snippets using org.jboss.weld.annotated.enhanced.EnhancedAnnotatedMember.getJavaClass (Showing top 12 results out of 315)

origin: weld/core

/**
 * Initializes the type
 */
protected void initType() {
  try {
    this.type = getEnhancedAnnotated().getJavaClass();
  } catch (ClassCastException e) {
    Type type = Beans.getDeclaredBeanType(getClass());
    throw BeanLogger.LOG.producerCastError(getEnhancedAnnotated().getJavaClass(), (type == null ? " unknown " : type), e);
  }
}
origin: org.jboss.weld.servlet/weld-servlet-shaded

/**
 * Initializes the type
 */
protected void initType() {
  try {
    this.type = getEnhancedAnnotated().getJavaClass();
  } catch (ClassCastException e) {
    Type type = Beans.getDeclaredBeanType(getClass());
    throw BeanLogger.LOG.producerCastError(getEnhancedAnnotated().getJavaClass(), (type == null ? " unknown " : type), e);
  }
}
origin: org.jboss.weld.se/weld-se-shaded

/**
 * Initializes the type
 */
protected void initType() {
  try {
    this.type = getEnhancedAnnotated().getJavaClass();
  } catch (ClassCastException e) {
    Type type = Beans.getDeclaredBeanType(getClass());
    throw BeanLogger.LOG.producerCastError(getEnhancedAnnotated().getJavaClass(), (type == null ? " unknown " : type), e);
  }
}
origin: org.jboss.weld.se/weld-se

/**
 * Initializes the type
 */
protected void initType() {
  try {
    this.type = getEnhancedAnnotated().getJavaClass();
  } catch (ClassCastException e) {
    Type type = Beans.getDeclaredBeanType(getClass());
    throw BeanLogger.LOG.producerCastError(getEnhancedAnnotated().getJavaClass(), (type == null ? " unknown " : type), e);
  }
}
origin: weld/core

/**
 * Initializes the type
 */
protected void initType() {
  try {
    this.type = getEnhancedAnnotated().getJavaClass();
  } catch (ClassCastException e) {
    Type type = Beans.getDeclaredBeanType(getClass());
    throw BeanLogger.LOG.producerCastError(getEnhancedAnnotated().getJavaClass(), (type == null ? " unknown " : type), e);
  }
}
origin: weld/core

/**
 * Initializes the type
 */
protected void initType() {
  try {
    this.type = getEnhancedAnnotated().getJavaClass();
  } catch (ClassCastException e) {
    Type type = Beans.getDeclaredBeanType(getClass());
    throw BeanLogger.LOG.producerCastError(getEnhancedAnnotated().getJavaClass(), (type == null ? " unknown " : type), e);
  }
}
origin: weld/core

private void initPassivationCapable() {
  this.passivationCapableBean = !Reflections.isFinal(getEnhancedAnnotated().getJavaClass()) || Reflections.isSerializable(getEnhancedAnnotated().getJavaClass());
  if (isNormalScoped()) {
    this.passivationCapableDependency = true;
  } else if (getScope().equals(Dependent.class) && passivationCapableBean) {
    this.passivationCapableDependency = true;
  } else {
    this.passivationCapableDependency = false;
  }
}
origin: weld/core

private void initPassivationCapable() {
  this.passivationCapableBean = !Reflections.isFinal(getEnhancedAnnotated().getJavaClass()) || Reflections.isSerializable(getEnhancedAnnotated().getJavaClass());
  if (isNormalScoped()) {
    this.passivationCapableDependency = true;
  } else if (getScope().equals(Dependent.class) && passivationCapableBean) {
    this.passivationCapableDependency = true;
  } else {
    this.passivationCapableDependency = false;
  }
}
origin: weld/core

private void initPassivationCapable() {
  this.passivationCapableBean = !Reflections.isFinal(getEnhancedAnnotated().getJavaClass()) || Reflections.isSerializable(getEnhancedAnnotated().getJavaClass());
  if (isNormalScoped()) {
    this.passivationCapableDependency = true;
  } else if (getScope().equals(Dependent.class) && passivationCapableBean) {
    this.passivationCapableDependency = true;
  } else {
    this.passivationCapableDependency = false;
  }
}
origin: org.jboss.weld.servlet/weld-servlet-shaded

private void initPassivationCapable() {
  this.passivationCapableBean = !Reflections.isFinal(getEnhancedAnnotated().getJavaClass()) || Reflections.isSerializable(getEnhancedAnnotated().getJavaClass());
  if (isNormalScoped()) {
    this.passivationCapableDependency = true;
  } else if (getScope().equals(Dependent.class) && passivationCapableBean) {
    this.passivationCapableDependency = true;
  } else {
    this.passivationCapableDependency = false;
  }
}
origin: org.jboss.weld.se/weld-se

private void initPassivationCapable() {
  this.passivationCapableBean = !Reflections.isFinal(getEnhancedAnnotated().getJavaClass()) || Reflections.isSerializable(getEnhancedAnnotated().getJavaClass());
  if (isNormalScoped()) {
    this.passivationCapableDependency = true;
  } else if (getScope().equals(Dependent.class) && passivationCapableBean) {
    this.passivationCapableDependency = true;
  } else {
    this.passivationCapableDependency = false;
  }
}
origin: org.jboss.weld.se/weld-se-shaded

private void initPassivationCapable() {
  this.passivationCapableBean = !Reflections.isFinal(getEnhancedAnnotated().getJavaClass()) || Reflections.isSerializable(getEnhancedAnnotated().getJavaClass());
  if (isNormalScoped()) {
    this.passivationCapableDependency = true;
  } else if (getScope().equals(Dependent.class) && passivationCapableBean) {
    this.passivationCapableDependency = true;
  } else {
    this.passivationCapableDependency = false;
  }
}
org.jboss.weld.annotated.enhancedEnhancedAnnotatedMembergetJavaClass

Popular methods of EnhancedAnnotatedMember

  • getBaseType
  • getDeclaringType
    Gets an abstraction of the declaring class
  • getJavaMember
  • slim
    Returns a lightweight implementation of AnnotatedMember with minimal memory footprint.

Popular in Java

  • Making http requests using okhttp
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • runOnUiThread (Activity)
  • onCreateOptionsMenu (Activity)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Menu (java.awt)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Option (scala)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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