Class FxWeaverAutoConfiguration

    • Constructor Detail

      • FxWeaverAutoConfiguration

        public FxWeaverAutoConfiguration()
    • Method Detail

      • fxWeaver

        @Bean
        @ConditionalOnMissingBean(net.rgielen.fxweaver.core.FxWeaver.class)
        public net.rgielen.fxweaver.core.FxWeaver fxWeaver​(org.springframework.context.ConfigurableApplicationContext applicationContext)
      • fxControllerAndView

        @Bean
        @ConditionalOnMissingBean(net.rgielen.fxweaver.core.FxControllerAndView.class)
        @Scope("prototype")
        public <C,​V extends javafx.scene.Node> net.rgielen.fxweaver.core.FxControllerAndView<C,​V> fxControllerAndView​(InjectionPointLazyFxControllerAndViewResolver injectionPointLazyFxControllerAndViewResolver,
                                                                                                                                  org.springframework.beans.factory.InjectionPoint injectionPoint)