Class ReactiveInjector
- java.lang.Object
-
- org.contextfx.components.Injector
-
- org.contextfx.reactive.components.ReactiveInjector
-
public class ReactiveInjector extends Injector
This clas inject the reactive components- Version:
- 1.0.0
- Author:
- Ramon Rangel Osorio <ramon.rangel@protonmail.com>
-
-
Constructor Summary
Constructors Constructor Description ReactiveInjector(ReactiveScanner reactiveScanner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreactiveInject()Injects dependencies into this class and its reactive components.
-
-
-
Constructor Detail
-
ReactiveInjector
public ReactiveInjector(ReactiveScanner reactiveScanner)
-
-