All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractAnnotationMatcher Abstract base class for matchers that test annotated elements.AbstractClassMemberMatcher<T extends io.github.classgraph.ClassMemberInfo> Abstract base class for matchers that test class members.AbstractClasspathMatcher Abstract base class for matchers that test classpath elements.AbstractClassRelation Interface forAssociativeRelationandExtensionRelation.AbstractDependencyMatcher Abstract base class for matchers that test dependencies of classes.AbstractDiagramWriter Base class for diagram writers, which are write the result of the builder "somewhere".AbstractModifierMatcher Abstract base class for matchers that test elements with modifiers.AbstractNameMatcher Abstract base class for matchers that test elements with names.AssociativeRelation Associative relation between two classes.AssociativeRelation.Viewpoint BaselineMatcher Interface for matchers that make up the ClassGraph baseline.ClassDiagramsExtension Gradle DSL extension to configure class diagrams for the project.ClassDiagramsExtension.ClassDiagram ClassDiagramsExtension.ClassDiagramDefaults ClassDiagramsExtension.ClassDiagramDefaults.ElementNote<M extends java.io.Serializable> ClassDiagramsExtension.ClassDiagramDefaults.ElementStyle<M extends BaselineMatcher & java.io.Serializable> ClassMatcher Matcher to test ClassInfos.DefaultDiagramWriter This implementation ofAbstractDiagramWriterwrites the result to a file.ExtensionRelation Relation where one class extends the other.FieldMatcher Matcher to test FieldInfos.GenerateClassDiagramsTask Gradle task that generates class PlantUML diagrams.IncludeExclude<E,M extends java.util.function.Predicate<E>> Aggregator for includes and excludes of the same type.InsertingDiagramWriter This implementation ofAbstractDiagramWriterinserts the result into an existing file.InterfaceMatcher Matcher to include or exclude interfaces of classes.MethodMatcher Matcher to test MethodInfos.PackageMatcher Matcher to test PackageInfos.PlantUmlPlugin Gradle plugin that configures theGenerateClassDiagramsTask.ReferencedClassMatcher Matcher to include or exclude classes that are referenced by others.RegExUtil Utility class for regular expressions.RelationOverride Configurable override for relations.RenderingDiagramWriter This implementation ofAbstractDiagramWriteruses a PlantUML server to directly render the diagram and write the result to a file.SubclassMatcher Matcher to include or exclude subclasses of a class.SuperclassMatcher Matcher to include or exclude superclasses of classes.