| Package | Description |
|---|---|
| org.immutables.fixture |
| Modifier and Type | Method and Description |
|---|---|
ImmutableHostWithPort |
ImmutableHostWithPort.Builder.build() |
static ImmutableHostWithPort |
ImmutableHostWithPort.copyOf(HostWithPort instance) |
static ImmutableHostWithPort |
ImmutableHostWithPort.of(int port,
String hostname) |
ImmutableHostWithPort |
ImmutableHostWithPort.withHostname(String value) |
ImmutableHostWithPort |
ImmutableHostWithPort.withPort(int value) |
Copyright © 2022 The Immutables.org authors. All rights reserved.