Class DnlkkRepositoryFactory

java.lang.Object
com.dnlkk.repository.DnlkkRepositoryFactory

public class DnlkkRepositoryFactory extends Object
  • Constructor Details

    • DnlkkRepositoryFactory

      public DnlkkRepositoryFactory()
  • Method Details

    • createRepositoryInstance

      public static <K, V> DnlkkRepository<K,V> createRepositoryInstance(Class<?> clazz)
    • getValueClass

      public static <K, V> Class<V> getValueClass(Class<?> repositoryInterface)