接口 Input<E>
- 类型参数:
E- The dynamic entity interface type
- 所有已知子接口:
ViewableInput<E>
public interface Input<E>
Super interface for static input-only DTO
-
方法概要
-
方法详细资料
-
toEntity
E toEntity()
-
E - The dynamic entity interface typeViewableInput<E>