Class ReactiveScanner


  • public class ReactiveScanner
    extends Scanner
    This class scann all reactive components
    Version:
    1.0.0
    Author:
    Ramon Rangel Osorio <ramon.rangel@protonmail.com>
    • Constructor Detail

      • ReactiveScanner

        public ReactiveScanner​(Class<? extends javafx.application.Application> application)
    • Method Detail

      • reactiveScan

        public void reactiveScan()
        Performs a reactive scan of the classes and registers them with the ReactiveContainer. This method filters the classes based on different annotations and registers them in the ReactiveContainer with their respective identifiers.
      • getClasses

        public List<Class<?>> getClasses()
        Returns the list of classes.
        Overrides:
        getClasses in class Scanner
        Returns:
        the list of classes