| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableNet |
ImmutableNet.Builder.build()
Builds a new
ImmutableNet. |
static ImmutableNet |
ImmutableNet.copyOf(Net instance)
Creates an immutable copy of a
Net value. |
ImmutableNet |
ImmutableNet.withBindIp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
bindIp attribute. |
ImmutableNet |
ImmutableNet.withBindIp(String value)
Copy the current immutable object by setting a present value for the optional
bindIp attribute. |
ImmutableNet |
ImmutableNet.withIsIpv6(boolean value)
Copy the current immutable object by setting a value for the
isIpv6 attribute. |
ImmutableNet |
ImmutableNet.withPort(int value)
Copy the current immutable object by setting a value for the
port attribute. |
Copyright © 2024. All rights reserved.