@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableJsonIgnore extends Object implements JsonIgnore
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableJsonIgnore.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableJsonIgnore.Builder |
builder() |
static ImmutableJsonIgnore |
copyOf(JsonIgnore instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableJsonIgnore |
of(int value) |
String |
toString() |
int |
value() |
com.google.common.collect.ImmutableList<Integer> |
values() |
ImmutableJsonIgnore |
withValue(int value) |
ImmutableJsonIgnore |
withValues(int... elements) |
ImmutableJsonIgnore |
withValues(Iterable<Integer> elements) |
public int value()
public com.google.common.collect.ImmutableList<Integer> values()
public final ImmutableJsonIgnore withValue(int value)
public final ImmutableJsonIgnore withValues(int... elements)
public final ImmutableJsonIgnore withValues(Iterable<Integer> elements)
public int hashCode()
public String toString()
public static ImmutableJsonIgnore of(int value)
public static ImmutableJsonIgnore copyOf(JsonIgnore instance)
public static ImmutableJsonIgnore.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.