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