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

    Modifier and Type
    Method
    Description
    Load GeneratorProperties
  • Method Details