@Value.Immutable @Mongo.Repository @Gson.TypeAdapters public interface SillyStructureWithId
| Modifier and Type | Method and Description |
|---|---|
String |
attr1() |
boolean |
flag2() |
String |
id() |
int |
int9() |
SillySubstructure |
nest7() |
com.google.common.base.Optional<Integer> |
opt3() |
io.atlassian.fugue.Option<Integer> |
opt5() |
List<SillySubstructure> |
subs6() |
com.google.common.base.Optional<SillyTuplie> |
tup3() |
long |
very4() |
double |
wet5() |
String attr1()
boolean flag2()
com.google.common.base.Optional<Integer> opt3()
io.atlassian.fugue.Option<Integer> opt5()
long very4()
double wet5()
List<SillySubstructure> subs6()
SillySubstructure nest7()
com.google.common.base.Optional<SillyTuplie> tup3()
int int9()
Copyright © 2022 The Immutables.org authors. All rights reserved.