@Value.Immutable
public interface SampleJacksonMapped
| Modifier and Type | Interface and Description |
|---|---|
static class |
SampleJacksonMapped.RegularPojo |
| Modifier and Type | Method and Description |
|---|---|
String |
a() |
List<Integer> |
b() |
com.google.common.base.Optional<SampleJacksonMapped.RegularPojo> |
pojo() |
String a()
com.google.common.base.Optional<SampleJacksonMapped.RegularPojo> pojo()
Copyright © 2017 The Immutables.org authors. All rights reserved.