| Package | Description |
|---|---|
| org.immutables.fixture.jackson |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<SampleJacksonMapped.RegularPojo> |
ImmutableSampleJacksonMapped.pojo() |
com.google.common.base.Optional<SampleJacksonMapped.RegularPojo> |
SampleJacksonMapped.pojo() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSampleJacksonMapped.Builder |
ImmutableSampleJacksonMapped.Builder.pojo(SampleJacksonMapped.RegularPojo pojo) |
ImmutableSampleJacksonMapped |
ImmutableSampleJacksonMapped.withPojo(SampleJacksonMapped.RegularPojo value) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSampleJacksonMapped.Builder |
ImmutableSampleJacksonMapped.Builder.pojo(com.google.common.base.Optional<? extends SampleJacksonMapped.RegularPojo> pojo) |
ImmutableSampleJacksonMapped |
ImmutableSampleJacksonMapped.withPojo(com.google.common.base.Optional<? extends SampleJacksonMapped.RegularPojo> optional) |
Copyright © 2022 The Immutables.org authors. All rights reserved.