Class OverviewIntrospector
java.lang.Object
org.eclipse.edc.plugins.autodoc.core.processor.introspection.OverviewIntrospector
Generates a module overview.
-
Constructor Summary
ConstructorsConstructorDescriptionOverviewIntrospector(@Nullable JavadocConverter javadocConverter, Elements elementUtils) -
Method Summary
Modifier and TypeMethodDescription@Nullable StringgenerateModuleOverview(org.eclipse.edc.runtime.metamodel.domain.ModuleType moduleType, RoundEnvironment environment) Generated overview documentation by converting Javadoc to a Markdown representation.
-
Constructor Details
-
OverviewIntrospector
public OverviewIntrospector(@Nullable @Nullable JavadocConverter javadocConverter, Elements elementUtils)
-
-
Method Details
-
generateModuleOverview
@Nullable public @Nullable String generateModuleOverview(org.eclipse.edc.runtime.metamodel.domain.ModuleType moduleType, RoundEnvironment environment) Generated overview documentation by converting Javadoc to a Markdown representation. For SPI modules, the Javadoc is taken from thepackage-info.javatype annotated withSpi. For extensions, the Javadoc is taken from the type annotated withExtension.
-