Tabnine Logo
Clazz.typeStream
Code IndexAdd Tabnine to your IDE (free)

How to use
typeStream
method
in
aQute.bnd.osgi.Clazz

Best Java code snippets using aQute.bnd.osgi.Clazz.typeStream (Showing top 2 results out of 315)

origin: biz.aQute.bnd/biz.aQute.bndlib

Set<TypeRef> visited = new HashSet<>();
return hierarchyStream(analyzer)
  .flatMap(c -> c.typeStream(analyzer, Clazz::interfaces, visited))
  .map(TypeRef::getDottedOnly)
  .anyMatch(instr::matches) ^ instr.isNegated();
return typeStream(analyzer, Clazz::annotations, null) //
  .map(TypeRef::getFQN)
  .anyMatch(instr::matches) ^ instr.isNegated();
return typeStream(analyzer, Clazz::annotations, new HashSet<>()) //
  .map(TypeRef::getFQN)
  .anyMatch(instr::matches) ^ instr.isNegated();
  .flatMap(c -> c.typeStream(analyzer, Clazz::annotations, null))
  .map(TypeRef::getFQN)
  .anyMatch(instr::matches) ^ instr.isNegated();
Set<TypeRef> visited = new HashSet<>();
return hierarchyStream(analyzer) //
  .flatMap(c -> c.typeStream(analyzer, Clazz::annotations, visited))
  .map(TypeRef::getFQN)
  .anyMatch(instr::matches) ^ instr.isNegated();
origin: biz.aQute.bnd/biz.aQute.bnd

Set<TypeRef> visited = new HashSet<>();
return hierarchyStream(analyzer)
  .flatMap(c -> c.typeStream(analyzer, Clazz::interfaces, visited))
  .map(TypeRef::getDottedOnly)
  .anyMatch(instr::matches) ^ instr.isNegated();
return typeStream(analyzer, Clazz::annotations, null) //
  .map(TypeRef::getFQN)
  .anyMatch(instr::matches) ^ instr.isNegated();
return typeStream(analyzer, Clazz::annotations, new HashSet<>()) //
  .map(TypeRef::getFQN)
  .anyMatch(instr::matches) ^ instr.isNegated();
  .flatMap(c -> c.typeStream(analyzer, Clazz::annotations, null))
  .map(TypeRef::getFQN)
  .anyMatch(instr::matches) ^ instr.isNegated();
Set<TypeRef> visited = new HashSet<>();
return hierarchyStream(analyzer) //
  .flatMap(c -> c.typeStream(analyzer, Clazz::annotations, visited))
  .map(TypeRef::getFQN)
  .anyMatch(instr::matches) ^ instr.isNegated();
aQute.bnd.osgiClazztypeStream

Popular methods of Clazz

  • <init>
  • parseClassFileWithCollector
  • getClassName
  • getFQN
  • getReferred
  • is
  • isAnnotation
  • isInterface
  • crawl
    We must find Class.forName references ...
  • doAnnotation
  • doAnnotations
  • doAttribute
    Process a single attribute, if not recognized, skip it.
  • doAnnotations,
  • doAttribute,
  • doAttributes,
  • doCode,
  • doConstantValue,
  • doElementValue,
  • doEnclosingMethod,
  • doExceptions,
  • doInnerClasses,
  • doParameterAnnotations

Popular in Java

  • Reading from database using SQL prepared statement
  • findViewById (Activity)
  • setContentView (Activity)
  • runOnUiThread (Activity)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • JButton (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • From CI to AI: The AI layer in your organization
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