接口 Input<E>

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

public interface Input<E> extends View<E>
Super interface for static input-only DTO
  • 方法详细资料

    • toEntity

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

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

      static RuntimeException unknownNonNullProperty(Class<?> type, String prop)
    • unknownNullableProperty

      static RuntimeException unknownNullableProperty(Class<?> type, String prop)