| Interface | Description |
|---|---|
| AnnotationFilter |
Defines criteria for finding an annotated class element.
|
| Class | Description |
|---|---|
| AbstractClassFileData |
Base class for
ClassData implementations that read a class definition from a file. |
| AllAnnotated |
An
AnnotationFilter that accepts all annotated class elements. |
| Annotated |
Defines a class element that references a specified annotation.
|
| AnnotatedClass |
Defines a class that references a specified annotation.
|
| AnnotatedField |
Defines a field that references a specified annotation.
|
| AnnotatedMethod |
Defines a method that references a specified annotation.
|
| ClassData |
An interface to the data for a class definition.
|
| ClassEntryData |
Provides access to the data for a class definition in a JAR file entry.
|
| ClassFileData |
Provides access to the data for a class definition in a file.
|
| ClassPathAnnotated |
Returns selected
Annotated instances from specified class path elements. |
| DirectoryAnnotated |
Returns selected
Annotated instances from class files in the given directory. |
| Files |
Provides methods to handle files.
|
| Finder |
Finds class elements associated with specified annotations.
|
| FlatMapIterator<T,E> |
Performs a "flat map" of a collection of elements of type E to a
sequence of objects of type T by applying the
FlatMapIterator.map(E) method
to each element. |
| Iterators |
Provides methods to handle iterators.
|
| JarAnnotated |
Returns selected
Annotated instances from class files in a specified JAR file. |
| JarEntryReader |
Provides access to the data for a JAR file entry.
|
| MapIterator<T,E> |
Maps a sequence of elements of type E to a sequence of objects of type T by applying
a specified mapping function.
|
| PackageFilter |
An
AnnotationFilter that accepts annotated elements appearing in classes
that belong to specific packages. |
| ToString |
A standard
toString() builder. |
| Enum | Description |
|---|---|
| Annotated.Type |
Copyright © 2025 The Cornutum Project. All rights reserved.