Interface GeneratorPropertiesLoader
-
- All Known Implementing Classes:
FluentGeneratorPropertiesLoader,YamlGeneratorPropertiesLoader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface GeneratorPropertiesLoader
The generator properties loader- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Gang Cheng
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeneratorPropertiesload()Load GeneratorProperties
-
-
-
Method Detail
-
load
GeneratorProperties load()
Load GeneratorProperties- Returns:
- the GeneratorProperties
-
-