| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.transitions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMongodStarter
Immutable implementation of
MongodStarter. |
| Modifier and Type | Method and Description |
|---|---|
protected MongodStarter |
ImmutableMongod.mongodStarter() |
protected MongodStarter |
Mongod.mongodStarter() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongodStarter |
ImmutableMongodStarter.copyOf(MongodStarter instance)
Creates an immutable copy of a
MongodStarter value. |
ImmutableMongodStarter.Builder |
ImmutableMongodStarter.Builder.from(MongodStarter instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.transitions.MongodStarter instance. |
ImmutableMongod.Builder |
ImmutableMongod.Builder.mongodStarter(MongodStarter mongodStarter)
Initializes the value for the
mongodStarter attribute. |
ImmutableMongod |
ImmutableMongod.withMongodStarter(MongodStarter value)
Copy the current immutable object by setting a value for the
mongodStarter attribute. |
Copyright © 2024. All rights reserved.