Interface PathAndModelGenerator<T>


public interface PathAndModelGenerator<T>
Author:
e. umutbaev
  • Method Details

    • getModelType

      Class<T> getModelType()
    • generateSourcesByMap

      void generateSourcesByMap(Map<Path,T> mapping)