public static class ContainerElementTypeConstraintsForParameterXmlMappingTest.FishTank extends Object implements ContainerElementTypeConstraintsForParameterXmlMappingTest.IFishTank
| Constructor and Description |
|---|
FishTank() |
| 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) |
public void test1(Optional<String> model, Map<String,Integer> fishCountByType)
test1 in interface ContainerElementTypeConstraintsForParameterXmlMappingTest.IFishTankpublic void test2(Map<String,List<ContainerElementTypeConstraintsForParameterXmlMappingTest.Fish>> fishOfTheMonth)
test2 in interface ContainerElementTypeConstraintsForParameterXmlMappingTest.IFishTankpublic void test3(List<Map<String,Set<String>>> tagsOfFishOfTheMonth)
test3 in interface ContainerElementTypeConstraintsForParameterXmlMappingTest.IFishTankpublic void test4(Optional<ContainerElementTypeConstraintsForParameterXmlMappingTest.Fish> boss)
test4 in interface ContainerElementTypeConstraintsForParameterXmlMappingTest.IFishTankpublic void setSize(int size)
setSize in interface ContainerElementTypeConstraintsForParameterXmlMappingTest.IFishTankCopyright © 2008–2017. All rights reserved.