@Value.Immutable @Gson.TypeAdapters public abstract class SillyMapHolder extends Object
| Constructor and Description |
|---|
SillyMapHolder() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<org.immutables.fixture.SillyValue,Integer> |
holder1() |
abstract Map<Integer,String> |
holder2() |
abstract Map<String,SillyMapTup> |
holder3() |
abstract Set<RetentionPolicy> |
zz() |
@Value.Parameter(order=0) public abstract Map<org.immutables.fixture.SillyValue,Integer> holder1()
public abstract Map<String,SillyMapTup> holder3()
public abstract Set<RetentionPolicy> zz()
Copyright © 2017 The Immutables.org authors. All rights reserved.