| Package | Description |
|---|---|
| org.immutables.fixture |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSillyEntity |
ImmutableSillyEntity.Builder.build() |
static ImmutableSillyEntity |
ImmutableSillyEntity.copyOf(SillyEntity instance) |
ImmutableSillyEntity |
ImmutableSillyEntity.withId(int value) |
ImmutableSillyEntity |
ImmutableSillyEntity.withInts(int... elements) |
ImmutableSillyEntity |
ImmutableSillyEntity.withInts(Iterable<Integer> elements) |
ImmutableSillyEntity |
ImmutableSillyEntity.withPayload(Map<String,? extends Integer> entries) |
ImmutableSillyEntity |
ImmutableSillyEntity.withVal(String value) |
Copyright © 2022 The Immutables.org authors. All rights reserved.