Package eu.miltema.slimweb.common
Class ComponentsReader
- java.lang.Object
-
- eu.miltema.slimweb.common.ComponentsReader
-
public class ComponentsReader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ComponentsReader(java.util.function.Consumer<java.lang.String> logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.stream.Stream<java.lang.Class<?>>getComponentsAsStream()ApplicationConfigurationgetInitializer()
-
-
-
Method Detail
-
getComponentsAsStream
public java.util.stream.Stream<java.lang.Class<?>> getComponentsAsStream() throws java.lang.Exception- Throws:
java.lang.Exception
-
getInitializer
public ApplicationConfiguration getInitializer() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-