Interface PathMapper<T>

Type Parameters:
T -

public interface PathMapper<T>
Interface for mapping an entity to a folder w.r.t. a base path.
Author:
raven
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(Path basePath, T entity)
     
  • Method Details

    • resolve

      Path resolve(Path basePath, T entity)