Class AComplexTypeWithNestedCollections
- java.lang.Object
-
- de.quantummaid.mapmaid.testsupport.domain.valid.AComplexTypeWithNestedCollections
-
public final class AComplexTypeWithNestedCollections extends Object
-
-
Field Summary
Fields Modifier and Type Field Description AString[][][][]nestedArrayList<List<List<List<ANumber>>>>nestedListList<List<AString>[]>[]nestedMix1List<List<ANumber[]>[]>nestedMix2
-
Constructor Summary
Constructors Constructor Description AComplexTypeWithNestedCollections()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AComplexTypeWithNestedCollectionsdeserialize(AString[][][][] nestedArray, List<List<List<List<ANumber>>>> nestedList, List<List<AString>[]>[] nestedMix1, List<List<ANumber[]>[]> nestedMix2)
-