Package io.kestra.core.docs
Class DocumentationGenerator
java.lang.Object
io.kestra.core.docs.DocumentationGenerator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(RegisteredPlugin registeredPlugin) static <T> Stringrender(AbstractClassDocumentation<T> classInputDocumentation) static <T> Stringrender(ClassPluginDocumentation<T> classPluginDocumentation) static <T> String
-
Constructor Details
-
DocumentationGenerator
public DocumentationGenerator()
-
-
Method Details
-
generate
- Throws:
Exception
-
render
public static <T> String render(ClassPluginDocumentation<T> classPluginDocumentation) throws IOException - Throws:
IOException
-
render
public static <T> String render(AbstractClassDocumentation<T> classInputDocumentation) throws IOException - Throws:
IOException
-
render
- Throws:
IOException
-