congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ClassInfo.hasNoArgsConstructor
Code IndexAdd Tabnine to your IDE (free)

How to use
hasNoArgsConstructor
method
in
org.jboss.jandex.ClassInfo

Best Java code snippets using org.jboss.jandex.ClassInfo.hasNoArgsConstructor (Showing top 9 results out of 315)

origin: wildfly/wildfly

/**
 *
 * @param className
 * @param index
 * @param annotationClassAnnotationsCache
 */
public WeldClassFileInfo(String className, CompositeIndex index, ComputingCache<DotName, Set<String>> annotationClassAnnotationsCache, ClassLoader classLoader) {
  this.index = index;
  this.annotationClassAnnotationsCache = annotationClassAnnotationsCache;
  this.classInfo = index.getClassByName(DotName.createSimple(className));
  if (this.classInfo == null) {
    throw WeldLogger.ROOT_LOGGER.nameNotFoundInIndex(className);
  }
  this.isVetoed = isVetoedTypeOrPackage();
  this.hasCdiConstructor = this.classInfo.hasNoArgsConstructor() || hasInjectConstructor();
  this.classLoader = classLoader;
}
origin: weld/core

public JandexClassFileInfo(String className, IndexView index, ComputingCache<DotName, Set<String>> annotationClassAnnotationsCache, ClassLoader classLoader) {
  this.index = index;
  this.annotationClassAnnotationsCache = annotationClassAnnotationsCache;
  this.classInfo = index.getClassByName(DotName.createSimple(className));
  if (this.classInfo == null) {
    throw CommonLogger.LOG.indexForNameNotFound(className);
  }
  this.isVetoed = isVetoedTypeOrPackage();
  this.hasCdiConstructor = this.classInfo.hasNoArgsConstructor() || hasInjectConstructor();
  this.classLoader = classLoader;
}
origin: weld/core

public JandexClassFileInfo(String className, IndexView index, ComputingCache<DotName, Set<String>> annotationClassAnnotationsCache, ClassLoader classLoader) {
  this.index = index;
  this.annotationClassAnnotationsCache = annotationClassAnnotationsCache;
  this.classInfo = index.getClassByName(DotName.createSimple(className));
  if (this.classInfo == null) {
    throw CommonLogger.LOG.indexForNameNotFound(className);
  }
  this.isVetoed = isVetoedTypeOrPackage();
  this.hasCdiConstructor = this.classInfo.hasNoArgsConstructor() || hasInjectConstructor();
  this.classLoader = classLoader;
}
origin: org.jboss.weld.servlet/weld-servlet-shaded

public JandexClassFileInfo(String className, IndexView index, ComputingCache<DotName, Set<String>> annotationClassAnnotationsCache, ClassLoader classLoader) {
  this.index = index;
  this.annotationClassAnnotationsCache = annotationClassAnnotationsCache;
  this.classInfo = index.getClassByName(DotName.createSimple(className));
  if (this.classInfo == null) {
    throw CommonLogger.LOG.indexForNameNotFound(className);
  }
  this.isVetoed = isVetoedTypeOrPackage();
  this.hasCdiConstructor = this.classInfo.hasNoArgsConstructor() || hasInjectConstructor();
  this.classLoader = classLoader;
}
origin: org.jboss.weld.se/weld-se

public JandexClassFileInfo(String className, IndexView index, ComputingCache<DotName, Set<String>> annotationClassAnnotationsCache, ClassLoader classLoader) {
  this.index = index;
  this.annotationClassAnnotationsCache = annotationClassAnnotationsCache;
  this.classInfo = index.getClassByName(DotName.createSimple(className));
  if (this.classInfo == null) {
    throw CommonLogger.LOG.indexForNameNotFound(className);
  }
  this.isVetoed = isVetoedTypeOrPackage();
  this.hasCdiConstructor = this.classInfo.hasNoArgsConstructor() || hasInjectConstructor();
  this.classLoader = classLoader;
}
origin: weld/core

public JandexClassFileInfo(String className, IndexView index, ComputingCache<DotName, Set<String>> annotationClassAnnotationsCache, ClassLoader classLoader) {
  this.index = index;
  this.annotationClassAnnotationsCache = annotationClassAnnotationsCache;
  this.classInfo = index.getClassByName(DotName.createSimple(className));
  if (this.classInfo == null) {
    throw CommonLogger.LOG.indexForNameNotFound(className);
  }
  this.isVetoed = isVetoedTypeOrPackage();
  this.hasCdiConstructor = this.classInfo.hasNoArgsConstructor() || hasInjectConstructor();
  this.classLoader = classLoader;
}
origin: org.jboss.weld.se/weld-se-shaded

public JandexClassFileInfo(String className, IndexView index, ComputingCache<DotName, Set<String>> annotationClassAnnotationsCache, ClassLoader classLoader) {
  this.index = index;
  this.annotationClassAnnotationsCache = annotationClassAnnotationsCache;
  this.classInfo = index.getClassByName(DotName.createSimple(className));
  if (this.classInfo == null) {
    throw CommonLogger.LOG.indexForNameNotFound(className);
  }
  this.isVetoed = isVetoedTypeOrPackage();
  this.hasCdiConstructor = this.classInfo.hasNoArgsConstructor() || hasInjectConstructor();
  this.classLoader = classLoader;
}
origin: org.jboss.weld.environment/weld-environment-common

public JandexClassFileInfo(String className, IndexView index, ComputingCache<DotName, Set<String>> annotationClassAnnotationsCache, ClassLoader classLoader) {
  this.index = index;
  this.annotationClassAnnotationsCache = annotationClassAnnotationsCache;
  this.classInfo = index.getClassByName(DotName.createSimple(className));
  if (this.classInfo == null) {
    throw CommonLogger.LOG.indexForNameNotFound(className);
  }
  this.isVetoed = isVetoedTypeOrPackage();
  this.hasCdiConstructor = this.classInfo.hasNoArgsConstructor() || hasInjectConstructor();
  this.classLoader = classLoader;
}
origin: wildfly/jandex

stream.writeBoolean(clazz.hasNoArgsConstructor());
org.jboss.jandexClassInfohasNoArgsConstructor

Javadoc

Returns a boolean indicating the presence of a no-arg constructor, if supported by the underlying index store. This information is available in indexes produced by Jandex 1.2.0 and later.

Popular methods of ClassInfo

  • name
  • flags
  • annotations
  • superName
  • methods
  • toString
  • interfaces
  • classAnnotations
  • interfaceNames
  • nestingType
  • enclosingClass
    Returns the enclosing class if this is an inner class, or null if this is an anonymous, a local, or
  • <init>
  • enclosingClass,
  • <init>,
  • create,
  • method,
  • simpleName,
  • copyInterfaceTypes,
  • enclosingMethod,
  • field,
  • fieldArray

Popular in Java

  • Making http requests using okhttp
  • getSystemService (Context)
  • getSharedPreferences (Context)
  • getContentResolver (Context)
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • ImageIO (javax.imageio)
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Best plugins for Eclipse
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