Uses of Interface
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.AnyCharacter
Packages that use AnyCharacter
Package
Description
-
Uses of AnyCharacter in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Classes in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that implement AnyCharacterMethods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return AnyCharacterModifier and TypeMethodDescriptionReservedJavaKeywordAllFieldCases.getInterface()
A field with a java reserved name which is a unionMethods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return types with arguments of type AnyCharacterModifier and TypeMethodDescriptionMyQueryType.getUnionTest()
################################################################################ # Test for unionsMethods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with parameters of type AnyCharacterModifier 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 unionMethod parameters in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with type arguments of type AnyCharacterModifier and TypeMethodDescriptionvoid
MyQueryType.setUnionTest
(List<AnyCharacter> unionTest) ################################################################################ # Test for unionsMyQueryType.Builder.withUnionTest
(List<AnyCharacter> unionTestParam) ################################################################################ # Test for unions -
Uses of AnyCharacter in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util that return types with arguments of type AnyCharacterModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.unionTest
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.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>>>
MyQueryTypeReactiveExecutorMySchema.unionTest
(com.graphql_java_generator.client.request.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>>>
MyQueryTypeReactiveExecutorMySchema.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.MyQueryTypeExecutorMySchema.unionTestWithBindValues
(com.graphql_java_generator.client.request.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.MyQueryTypeExecutorMySchema.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>>>
MyQueryTypeReactiveExecutorMySchema.unionTestWithBindValues
(com.graphql_java_generator.client.request.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>>>
MyQueryTypeReactiveExecutorMySchema.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.