Uses of Class
de.quantummaid.mapmaid.testsupport.domain.valid.AString
-
-
Uses of AString in de.quantummaid.mapmaid.testsupport.domain.invalid
Fields in de.quantummaid.mapmaid.testsupport.domain.invalid declared as AString Modifier and Type Field Description AStringAComplexTypeWithMultipleFactoryMethods. stringAAStringAComplexTypeWithoutFactoryMethods. stringAAStringAComplexTypeWithMultipleFactoryMethods. stringBAStringAComplexTypeWithoutFactoryMethods. stringBMethods in de.quantummaid.mapmaid.testsupport.domain.invalid with parameters of type AString Modifier and Type Method Description static AComplexTypeWithMultipleFactoryMethodsAComplexTypeWithMultipleFactoryMethods. aFactoryMethod1(AString stringA, AString stringB, ANumber number1, ANumber number2)static AComplexTypeWithMultipleFactoryMethodsAComplexTypeWithMultipleFactoryMethods. aFactoryMethod2(AString stringA, AString stringB, ANumber number1, ANumber number2) -
Uses of AString in de.quantummaid.mapmaid.testsupport.domain.pojos
Methods in de.quantummaid.mapmaid.testsupport.domain.pojos that return AString Modifier and Type Method Description AStringAComplexTypeWithGetters. getStringA()AStringAComplexTypeWithGetters. getStringB()Methods in de.quantummaid.mapmaid.testsupport.domain.pojos with parameters of type AString Modifier and Type Method Description static AComplexTypeWithGettersAComplexTypeWithGetters. deserialize(AString stringA, AString stringB)voidAComplexTypeWithSetters. setStringA(AString stringA)voidAComplexTypeWithSetters. setStringB(AString stringB) -
Uses of AString in de.quantummaid.mapmaid.testsupport.domain.repositories
Fields in de.quantummaid.mapmaid.testsupport.domain.repositories declared as AString Modifier and Type Field Description AStringMyRepository. aStringMethods in de.quantummaid.mapmaid.testsupport.domain.repositories that return types with arguments of type AString Modifier and Type Method Description AComplexParameterizedType<AString>RepositoryWithTypeVariableReference. load() -
Uses of AString in de.quantummaid.mapmaid.testsupport.domain.valid
Fields in de.quantummaid.mapmaid.testsupport.domain.valid declared as AString Modifier and Type Field Description AStringACyclicType. aStringAString[][][][]AComplexTypeWithNestedCollections. nestedArrayAStringAComplexType. stringAAStringAComplexTypeWithValidations. stringAAStringAComplexType. stringBAStringAComplexTypeWithValidations. stringBFields in de.quantummaid.mapmaid.testsupport.domain.valid with type parameters of type AString Modifier and Type Field Description List<AString>AComplexTypeWithCollections. arrayListMethods in de.quantummaid.mapmaid.testsupport.domain.valid that return AString Modifier and Type Method Description static AStringAString. fromStringValue(String value)Methods in de.quantummaid.mapmaid.testsupport.domain.valid with parameters of type AString Modifier and Type Method Description static AComplexTypeAComplexType. deserialize(AString stringA, AString stringB, ANumber number1, ANumber number2)static AComplexTypeWithNestedCollectionsAComplexTypeWithNestedCollections. deserialize(AString[][][][] nestedArray, List<List<List<List<ANumber>>>> nestedList, List<List<AString>[]>[] nestedMix1, List<List<ANumber[]>[]> nestedMix2)static AComplexTypeWithValidationsAComplexTypeWithValidations. deserialize(AString stringA, AString stringB, ANumber number1, ANumber number2)static ACyclicTypeACyclicType. deserialize(AString aString)Method parameters in de.quantummaid.mapmaid.testsupport.domain.valid with type arguments of type AString Modifier and Type Method Description static AComplexTypeWithCollectionsAComplexTypeWithCollections. deserialize(List<AString> arrayList, ANumber[] array)
-