Class ReactiveViewInjector
- java.lang.Object
-
- org.contextfx.reactive.components.injectors.ReactiveViewInjector
-
public class ReactiveViewInjector extends Object
- Author:
- Ramon Rangel Osorio <ramon.rangel@protonmail.com>
-
-
Constructor Summary
Constructors Constructor Description ReactiveViewInjector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidreactiveInject(ReactiveScanner scanner)Injects dependencies into the given ReactiveScanner.
-
-
-
Method Detail
-
reactiveInject
public static final void reactiveInject(ReactiveScanner scanner)
Injects dependencies into the given ReactiveScanner.- Parameters:
scanner- the ReactiveScanner to inject dependencies into
-
-