public static interface ContainerElementTypeConstraintsForParameterXmlMappingTest.IFishTank
| Modifier and Type | Method and Description |
|---|---|
void |
setSize(int size) |
void |
test1(Optional<String> model,
Map<String,Integer> fishCountByType) |
void |
test2(Map<String,List<ContainerElementTypeConstraintsForParameterXmlMappingTest.Fish>> fishOfTheMonth) |
void |
test3(List<Map<String,Set<String>>> tagsOfFishOfTheMonth) |
void |
test4(Optional<ContainerElementTypeConstraintsForParameterXmlMappingTest.Fish> boss) |
void test2(Map<String,List<ContainerElementTypeConstraintsForParameterXmlMappingTest.Fish>> fishOfTheMonth)
void test4(Optional<ContainerElementTypeConstraintsForParameterXmlMappingTest.Fish> boss)
void setSize(int size)
Copyright © 2008–2017. All rights reserved.