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.
-
Method Details
-
generatePath
Generate a template file path.- Parameters:
type
- mapper interface type that specified provider (or declaring interface type of mapper method)method
- a mapper method that specified providerdatabaseId
- a database id that provided fromDatabaseIdProvider
- Returns:
- a template file path
-