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