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

How to use
checkDeclaringClassLoadable
method
in
org.jboss.weld.util.reflection.Reflections

Best Java code snippets using org.jboss.weld.util.reflection.Reflections.checkDeclaringClassLoadable (Showing top 5 results out of 315)

origin: weld/core

  @Override
  public BackedAnnotatedType<?> apply(TypeHolder<?> typeHolder) {
    // make sure declaring class (if any) is loadable before loading this class
    Reflections.checkDeclaringClassLoadable(typeHolder.getRawType());
    BackedAnnotatedType<?> type = BackedAnnotatedType.of(typeHolder.getRawType(), typeHolder.getBaseType(), cache,
        reflectionCache, contextId, typeHolder.getBdaId(), typeHolder.getSuffix());
    return updateLookupTable(type);
  }
}
origin: weld/core

  @Override
  public BackedAnnotatedType<?> apply(TypeHolder<?> typeHolder) {
    // make sure declaring class (if any) is loadable before loading this class
    Reflections.checkDeclaringClassLoadable(typeHolder.getRawType());
    BackedAnnotatedType<?> type = BackedAnnotatedType.of(typeHolder.getRawType(), typeHolder.getBaseType(), cache,
        reflectionCache, contextId, typeHolder.getBdaId(), typeHolder.getSuffix());
    return updateLookupTable(type);
  }
}
origin: org.jboss.weld.servlet/weld-servlet-shaded

  @Override
  public BackedAnnotatedType<?> apply(TypeHolder<?> typeHolder) {
    // make sure declaring class (if any) is loadable before loading this class
    Reflections.checkDeclaringClassLoadable(typeHolder.getRawType());
    BackedAnnotatedType<?> type = BackedAnnotatedType.of(typeHolder.getRawType(), typeHolder.getBaseType(), cache,
        reflectionCache, contextId, typeHolder.getBdaId(), typeHolder.getSuffix());
    return updateLookupTable(type);
  }
}
origin: weld/core

  @Override
  public BackedAnnotatedType<?> apply(TypeHolder<?> typeHolder) {
    // make sure declaring class (if any) is loadable before loading this class
    Reflections.checkDeclaringClassLoadable(typeHolder.getRawType());
    BackedAnnotatedType<?> type = BackedAnnotatedType.of(typeHolder.getRawType(), typeHolder.getBaseType(), cache,
        reflectionCache, contextId, typeHolder.getBdaId(), typeHolder.getSuffix());
    return updateLookupTable(type);
  }
}
origin: org.jboss.weld.se/weld-se-shaded

  @Override
  public BackedAnnotatedType<?> apply(TypeHolder<?> typeHolder) {
    // make sure declaring class (if any) is loadable before loading this class
    Reflections.checkDeclaringClassLoadable(typeHolder.getRawType());
    BackedAnnotatedType<?> type = BackedAnnotatedType.of(typeHolder.getRawType(), typeHolder.getBaseType(), cache,
        reflectionCache, contextId, typeHolder.getBdaId(), typeHolder.getSuffix());
    return updateLookupTable(type);
  }
}
org.jboss.weld.util.reflectionReflectionscheckDeclaringClassLoadable

Javadoc

Triggers loading of declaring class (if any) of the given class recursively. If the class cannot be loaded, the underlying LinkageError is propagated.

Popular methods of Reflections

  • cast
  • getRawType
  • loadClass
    Tries to load a class using the specified ResourceLoader. Returns null if the class is not found.
  • getInterfaceClosure
  • invokeAndUnwrap
    Invokes the method on a given instance passing in given parameters. If the invocation yields Invocat
  • isClassLoadable
  • isTopLevelOrStaticNestedClass
  • isUnboundedTypeVariable
  • isUnboundedWildcard
  • addInterfaces
  • buildTypeMap
  • containsWildcards
  • buildTypeMap,
  • containsWildcards,
  • getActualTypeArguments,
  • getBound,
  • getNesting,
  • getNonPrivateNonStaticFinalMethod,
  • getPropertyName,
  • isAbstract,
  • isArrayType,
  • isCacheable

Popular in Java

  • Running tasks concurrently on multiple threads
  • onRequestPermissionsResult (Fragment)
  • getSupportFragmentManager (FragmentActivity)
  • setScale (BigDecimal)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Top plugins for WebStorm
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