Package com.suncode.pwfl.core.function
Class FunctionsDiscovery
java.lang.Object
com.suncode.pwfl.component.AnnotatedComponentDiscovery
com.suncode.pwfl.core.function.FunctionsDiscovery
- All Implemented Interfaces:
ComponentDiscovery
Strategy for discovering functions using given
ResourceLoader
annotated with @
Functions
- Author:
- RafaĆ Nowacki 8 gru 2015
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionsDiscovery
(org.springframework.core.io.ResourceLoader resourceLoader) -
Method Summary
Methods inherited from class com.suncode.pwfl.component.AnnotatedComponentDiscovery
discoverComponentsClasses, setBasePackage
-
Constructor Details
-
FunctionsDiscovery
public FunctionsDiscovery(org.springframework.core.io.ResourceLoader resourceLoader)
-