Class AComplexTypeWithParameterizedUnusedMethods
- java.lang.Object
-
- de.quantummaid.mapmaid.testsupport.domain.parameterized.AComplexTypeWithParameterizedUnusedMethods
-
public final class AComplexTypeWithParameterizedUnusedMethods extends Object
-
-
Constructor Summary
Constructors Constructor Description AComplexTypeWithParameterizedUnusedMethods()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AComplexTypeWithParameterizedUnusedMethodsdeserialize(AString stringA, AString stringB, ANumber number1, ANumber number2)static <T> Tsomething()<T> TsomethingElse()
-
-
-
Method Detail
-
deserialize
public static AComplexTypeWithParameterizedUnusedMethods deserialize(AString stringA, AString stringB, ANumber number1, ANumber number2)
-
something
public static <T> T something()
-
somethingElse
public <T> T somethingElse()
-
-