Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse.MyQueryType.Builder
Packages that use MyQueryType.Builder
-
Uses of MyQueryType.Builder in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse that return MyQueryType.BuilderModifier and TypeMethodDescriptionstatic MyQueryType.BuilderMyQueryType.builder()MyQueryType.Builder.withABreak(_break aBreakParam) Check for GraphQL identifier that are java keywordsMyQueryType.Builder.withAllFieldCases(AllFieldCases allFieldCasesParam) ################################################################################ # Complementary tests with the AllFieldCases ObjectMyQueryType.Builder.withCheckOverriddenController(String checkOverriddenControllerParam) MyQueryType.Builder.withConnectionOnHuman(List<Human> connectionOnHumanParam) MyQueryType.Builder.withConnectionWithoutParameters(List<Character> connectionWithoutParametersParam) MyQueryType.Builder.withDirectiveOnField(Character directiveOnFieldParam) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryMyQueryType.Builder.withDirectiveOnQuery(List<String> directiveOnQueryParam) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery queryMyQueryType.Builder.withEnumWithReservedJavaKeywordAsValues(EnumWithReservedJavaKeywordAsValues enumWithReservedJavaKeywordAsValuesParam) test for issue #139 (use of java reserved keyword)################################################################################ # error always returns an error!MyQueryType.Builder.withFoo140(Foo140 foo140Param) test for issue #140 (error for type that implements multiple interfaces)MyQueryType.Builder.withImplements(String _implementsParam) Test for PR 177 (on server side, the returned value is the content of the if input parameter)MyQueryType.Builder.withImport(String _importParam) MyQueryType.Builder.withInstanceof(String _instanceofParam) MyQueryType.Builder.withInterface(String _interfaceParam) MyQueryType.Builder.withIssue128(Client issue128Param) test for issue #128 (compilation error when a Query returns a type 'Client')MyQueryType.Builder.withIssue200(Boolean issue200Param) MyQueryType.Builder.withIssue217(String Issue217Param) Issue 217: issue when a field name starts with an uppercase letterMyQueryType.Builder.withIssue53(Date issue53Param) #issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserializedMyQueryType.Builder.withIssue82Float(Double issue82FloatParam) #issue82 is about hard coded values as parameters.MyQueryType.Builder.withIssue82ID(UUID issue82IDParam) MyQueryType.Builder.withJson(com.fasterxml.jackson.databind.node.ObjectNode jsonParam) Test of JSON scalar, for issue #205MyQueryType.Builder.withJsonsWithInput(List<TypeWithJson> jsonsWithInputParam) MyQueryType.Builder.withJsonWithInput(TypeWithJson jsonWithInputParam) MyQueryType.Builder.withListOfEnumWithReservedJavaKeywordAsValues(List<EnumWithReservedJavaKeywordAsValues> listOfEnumWithReservedJavaKeywordAsValuesParam) MyQueryType.Builder.withNative(String _nativeParam) Issue #188: null is not identified as a java keywordMyQueryType.Builder.withObject(Object objectParam) MyQueryType.Builder.withObjects(List<Object> objectsParam) MyQueryType.Builder.withObjectsWithInput(List<TypeWithObject> objectsWithInputParam) MyQueryType.Builder.withObjectWithInput(TypeWithObject objectWithInputParam) MyQueryType.Builder.withPackage(String _packageParam) MyQueryType.Builder.withPrivate(String _privateParam) MyQueryType.Builder.withProtected(String _protectedParam) MyQueryType.Builder.withPublic(String _publicParam) MyQueryType.Builder.withRelay(MyQueryType relayParam) MyQueryType.Builder.withReservedJavaKeywordAllFieldCases(ReservedJavaKeywordAllFieldCases reservedJavaKeywordAllFieldCasesParam) MyQueryType.Builder.withReturn(String _returnParam) MyQueryType.Builder.withReturnEnum(EnumWithReservedJavaKeywordAsValues returnEnumParam) MyQueryType.Builder.withReturnListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfEnumsParam) MyQueryType.Builder.withReturnListOfListOfEnums(List<List<EnumWithReservedJavaKeywordAsValues>> returnListOfListOfEnumsParam) MyQueryType.Builder.withReturnListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfMandatoryEnumsParam) MyQueryType.Builder.withReturnMandatoryEnum(EnumWithReservedJavaKeywordAsValues returnMandatoryEnumParam) MyQueryType.Builder.withReturnMandatoryListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfEnumsParam) MyQueryType.Builder.withReturnMandatoryListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfMandatoryEnumsParam) MyQueryType.Builder.withStatic(String _staticParam) MyQueryType.Builder.withStrictfp(String _strictfpParam) MyQueryType.Builder.withSwitch(String _switchParam) MyQueryType.Builder.withSynchronized(String _synchronizedParam) MyQueryType.Builder.withTestBase64String(byte[] testBase64StringParam) Test for issue #174: a custom scalar which Java type is an arrayMyQueryType.Builder.withThrows(String _throwsParam) MyQueryType.Builder.withTransient(String _transientParam) MyQueryType.Builder.withUnionTest(List<AnyCharacter> unionTestParam) ################################################################################ # Test for unionsMyQueryType.Builder.withVolatile(String _volatileParam) MyQueryType.Builder.withWithEnum(Character withEnumParam) MyQueryType.Builder.withWithList(List<Character> withListParam) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputMyQueryType.Builder.withWithListOfList(AllFieldCases withListOfListParam) MyQueryType.Builder.withWithOneMandatoryParam(Character withOneMandatoryParamParam) MyQueryType.Builder.withWithOneMandatoryParamDefaultValue(Integer withOneMandatoryParamDefaultValueParam) MyQueryType.Builder.withWithOneOptionalParam(Character withOneOptionalParamParam) MyQueryType.Builder.withWithoutParameters(List<Character> withoutParametersParam) This is a description to describe the field withoutParameters on two linesMyQueryType.Builder.withWithTwoMandatoryParamDefaultVal(Droid withTwoMandatoryParamDefaultValParam)