Class AComplexTypeWithTypeWildcards
- java.lang.Object
-
- de.quantummaid.mapmaid.testsupport.domain.wildcards.AComplexTypeWithTypeWildcards
-
public final class AComplexTypeWithTypeWildcards extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<? super Integer>wildcardedList
-
Constructor Summary
Constructors Constructor Description AComplexTypeWithTypeWildcards()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AComplexTypeWithTypeWildcardsdeserialize(List<? super Integer> wildcardedList)
-
-
-
Method Detail
-
deserialize
public static AComplexTypeWithTypeWildcards deserialize(List<? super Integer> wildcardedList)
-
-