Interface TemplateFilePathProvider.PathGenerator
- Enclosing class:
TemplateFilePathProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The interface that implements a function for generating template file path.
-
Method Summary
Modifier and TypeMethodDescriptiongeneratePath
(Class<?> type, Method method, String databaseId) Generate a template file path.