@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSampleJacksonMapped extends Object implements SampleJacksonMapped
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSampleJacksonMapped.Builder |
SampleJacksonMapped.RegularPojo| Modifier and Type | Method and Description |
|---|---|
String |
a() |
com.google.common.collect.ImmutableList<Integer> |
b() |
static ImmutableSampleJacksonMapped.Builder |
builder() |
static ImmutableSampleJacksonMapped |
copyOf(SampleJacksonMapped instance) |
boolean |
equals(Object another) |
int |
hashCode() |
com.google.common.base.Optional<SampleJacksonMapped.RegularPojo> |
pojo() |
String |
toString() |
ImmutableSampleJacksonMapped |
withA(String value) |
ImmutableSampleJacksonMapped |
withB(int... elements) |
ImmutableSampleJacksonMapped |
withB(Iterable<Integer> elements) |
ImmutableSampleJacksonMapped |
withPojo(com.google.common.base.Optional<? extends SampleJacksonMapped.RegularPojo> optional) |
ImmutableSampleJacksonMapped |
withPojo(SampleJacksonMapped.RegularPojo value) |
public String a()
public com.google.common.collect.ImmutableList<Integer> b()
public com.google.common.base.Optional<SampleJacksonMapped.RegularPojo> pojo()
public final ImmutableSampleJacksonMapped withA(String value)
public final ImmutableSampleJacksonMapped withB(int... elements)
public final ImmutableSampleJacksonMapped withB(Iterable<Integer> elements)
public final ImmutableSampleJacksonMapped withPojo(SampleJacksonMapped.RegularPojo value)
public final ImmutableSampleJacksonMapped withPojo(com.google.common.base.Optional<? extends SampleJacksonMapped.RegularPojo> optional)
public int hashCode()
public String toString()
public static ImmutableSampleJacksonMapped copyOf(SampleJacksonMapped instance)
public static ImmutableSampleJacksonMapped.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.