public class JarAnnotated extends FlatMapIterator<Annotated,JarEntryReader>
Annotated instances from class files in a specified JAR file.| Constructor and Description |
|---|
JarAnnotated(File jar,
AnnotationFilter filter)
Creates a new JarAnnotated instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accept(JarEntryReader reader)
Returns true if this JAR entry will be included in the mapping.
|
File |
getJar()
Returns the JAR file for this iterator.
|
protected Iterator<Annotated> |
map(JarEntryReader reader)
Maps a JAR entry to a sequence of
Annotated instances. |
String |
toString() |
hasNext, nextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaining, removepublic JarAnnotated(File jar, AnnotationFilter filter)
public File getJar()
protected boolean accept(JarEntryReader reader)
accept in class FlatMapIterator<Annotated,JarEntryReader>protected Iterator<Annotated> map(JarEntryReader reader)
Annotated instances.map in class FlatMapIterator<Annotated,JarEntryReader>Copyright © 2025 The Cornutum Project. All rights reserved.