@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableAllowNullsObject extends Object implements AllowNullsObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableAllowNullsObject.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableAllowNullsObject.Builder |
builder() |
static ImmutableAllowNullsObject |
copyOf(AllowNullsObject instance) |
boolean |
equals(Object another) |
List<String> |
getList() |
Map<String,String> |
getMap() |
int |
hashCode() |
String |
toString() |
ImmutableAllowNullsObject |
withList(Iterable<String> elements) |
ImmutableAllowNullsObject |
withList(String... elements) |
ImmutableAllowNullsObject |
withMap(Map<String,? extends String> entries) |
public final ImmutableAllowNullsObject withMap(Map<String,? extends String> entries)
public final ImmutableAllowNullsObject withList(String... elements)
public final ImmutableAllowNullsObject withList(Iterable<String> elements)
public int hashCode()
public String toString()
public static ImmutableAllowNullsObject copyOf(AllowNullsObject instance)
public static ImmutableAllowNullsObject.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.