Class ReactiveModelInjector
- java.lang.Object
-
- org.contextfx.reactive.components.injectors.ReactiveModelInjector
-
public class ReactiveModelInjector extends Object
- Author:
- Ramon Rangel Osorio <ramon.rangel@protonmail.com>
-
-
Constructor Summary
Constructors Constructor Description ReactiveModelInjector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidreactiveInject(ReactiveScanner scanner)Generates a function comment for the given function body in a markdown code block with the correct language syntax.
-
-
-
Method Detail
-
reactiveInject
public static final void reactiveInject(ReactiveScanner scanner)
Generates a function comment for the given function body in a markdown code block with the correct language syntax.- Parameters:
scanner- the ReactiveScanner object used for scanning classes
-
-