| Package | Description |
|---|---|
| net.openhft.chronicle.testframework.dto |
| Modifier and Type | Method and Description |
|---|---|
static DtoTester.MutatorType |
DtoTester.MutatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DtoTester.MutatorType[] |
DtoTester.MutatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default <R> @NotNull DtoTester.Builder<T> |
DtoTester.Builder.addMutator(@NotNull DtoTester.MutatorType mutatorType,
@NotNull String mutatorName,
@NotNull BiConsumer<? super T,? super R> setter,
R value) |
<R> @NotNull DtoTester.Builder<T> |
DtoTester.Builder.addMutator(@NotNull DtoTester.MutatorType type,
@NotNull String mutatorName,
@NotNull Consumer<? super T> mutator) |
Copyright © 2023. All rights reserved.