Interface ModelAdapterBuilder<T,V>


public interface ModelAdapterBuilder<T,V>
Author:
Carlos Sierra Andrés
  • Method Summary

    Modifier and Type
    Method
    Description
    build(T adapteeModel)
     
  • Method Details

    • build

      V build(T adapteeModel)