| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
ImmutableServerAddress |
ImmutableServerAddress.Builder.build()
Builds a new
ImmutableServerAddress. |
static ImmutableServerAddress |
ImmutableServerAddress.copyOf(ServerAddress instance)
Creates an immutable copy of a
ServerAddress value. |
ImmutableServerAddress |
ImmutableServerAddress.withHost(String value)
Copy the current immutable object by setting a value for the
host attribute. |
ImmutableServerAddress |
ImmutableServerAddress.withPort(int value)
Copy the current immutable object by setting a value for the
port attribute. |
Copyright © 2022. All rights reserved.