Interface EntityReader<T>


public interface EntityReader<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    <K> Entity<K>
    read(T source)
     
  • Method Details

    • read

      <K> Entity<K> read(T source)