接口 Input<E>

所有超级接口:
Dto<E>, View<E>

public interface Input<E> extends View<E>
Interface for generated input DTO class of entity type
  • 方法详细资料

    • 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)