| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands | |
| de.flapdoodle.embed.mongo.transitions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMongoDumpArguments
Immutable implementation of
MongoDumpArguments. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.copyOf(MongoDumpArguments instance)
Creates an immutable copy of a
MongoDumpArguments value. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.from(MongoDumpArguments instance)
Fill a builder with attribute values from the provided
MongoDumpArguments instance. |
| Modifier and Type | Method and Description |
|---|---|
de.flapdoodle.reverse.StateID<MongoDumpArguments> |
ImmutableMongoDumpProcessArguments.arguments() |
de.flapdoodle.reverse.StateID<MongoDumpArguments> |
MongoDumpProcessArguments.arguments() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoDumpProcessArguments.Builder |
ImmutableMongoDumpProcessArguments.Builder.arguments(de.flapdoodle.reverse.StateID<MongoDumpArguments> arguments)
Initializes the value for the
arguments attribute. |
ImmutableMongoDumpProcessArguments |
ImmutableMongoDumpProcessArguments.withArguments(de.flapdoodle.reverse.StateID<MongoDumpArguments> value)
Copy the current immutable object by setting a value for the
arguments attribute. |
Copyright © 2024. All rights reserved.