接口 Input<E>

类型参数:
E - The dynamic entity interface type
所有超级接口:
View<E>

public interface Input<E> extends View<E>
Super interface for static input-only DTO
  • 方法概要

    修饰符和类型
    方法
    说明
     
    static <E> E
    toMergedEntity(Input<E>... inputs)
    For complex form contains UI tab.
  • 方法详细资料

    • toEntity

      E toEntity()
      指定者:
      toEntity 在接口中 View<E>
    • toMergedEntity

      @NotNull static <E> E toMergedEntity(Input<E>... inputs)
      For complex form contains UI tab.