public interface DtoTester
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DtoTester.Builder<T> |
static class |
DtoTester.MutatorType |
| Modifier and Type | Method and Description |
|---|---|
static <T> @NotNull DtoTester.Builder<T> |
builder(@NotNull Class<T> type,
@NotNull Supplier<? extends T> constructor) |
void |
test() |
void test()
@NotNull static <T> @NotNull DtoTester.Builder<T> builder(@NotNull @NotNull Class<T> type, @NotNull @NotNull Supplier<? extends T> constructor)
Copyright © 2023. All rights reserved.