Uses of Interface
org.allGraphQLCases.client2.AnyCharacter
-
Uses of AnyCharacter in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionReservedJavaKeywordAllFieldCases.getInterface()
A field with a java reserved name which is a unionModifier and TypeMethodDescriptionMyQueryType.getUnionTest()
################################################################################ # Test for unionsMyQueryTypeExecutorAllGraphQLCases2.unionTest
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.unionTest
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method executes a partial query on the unionTest query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTest
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTest
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.unionTestWithBindValues
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.unionTestWithBindValues
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method executes a partial query on the unionTest query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTestWithBindValues
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTestWithBindValues
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) ################################################################################ # Test for unions This method executes a partial query against the GraphQL server.Modifier and TypeMethodDescriptionvoid
ReservedJavaKeywordAllFieldCases.setInterface
(AnyCharacter _interface) A field with a java reserved name which is a unionReservedJavaKeywordAllFieldCases.Builder.withInterface
(AnyCharacter _interfaceParam) A field with a java reserved name which is a unionModifier and TypeMethodDescriptionvoid
MyQueryType.setUnionTest
(List<AnyCharacter> unionTest) ################################################################################ # Test for unionsMyQueryType.Builder.withUnionTest
(List<AnyCharacter> unionTestParam) ################################################################################ # Test for unions