Uses of Class
com.graphql_java_generator.domain.client.allGraphQLCases.Human
Packages that use Human
Package
Description
This package contains Spring repositories that will be dynamically discovered by the Spring test config
-
Uses of Human in com.graphql_java_generator.client.graphqlrepository
Methods in com.graphql_java_generator.client.graphqlrepository that return HumanModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.createHuman
(HumanInput character) Mutation: without requestNameGraphQLRepositoryTestCase.thisIsAMutation
(HumanInput character) Mutation: with requestNameMethod parameters in com.graphql_java_generator.client.graphqlrepository with type arguments of type HumanModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.subscribeNewHumanForEpisode
(SubscriptionCallback<Human> subscriptionCallback, Episode episode) Subscription -
Uses of Human in com.graphql_java_generator.domain.client.allGraphQLCases
Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return HumanModifier and TypeMethodDescriptionHuman.Builder.build()
AnotherMutationType.createHuman
(ObjectResponse objectResponse, HumanInput human, Object... paramsAndValues) Deprecated.AnotherMutationType.createHuman
(String queryResponseDef, HumanInput human, Object... paramsAndValues) Deprecated.AnotherMutationTypeExecutorMySchema.createHuman
(ObjectResponse objectResponse, HumanInput human, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorMySchema.createHuman
(String queryResponseDef, HumanInput human, Object... paramsAndValues) This method executes a partial query against the GraphQL server.AnotherMutationType.createHumanWithBindValues
(ObjectResponse objectResponse, HumanInput human, Map<String, Object> parameters) Deprecated.AnotherMutationType.createHumanWithBindValues
(String queryResponseDef, HumanInput human, Map<String, Object> parameters) Deprecated.AnotherMutationTypeExecutorMySchema.createHumanWithBindValues
(ObjectResponse objectResponse, HumanInput human, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorMySchema.createHumanWithBindValues
(String queryResponseDef, HumanInput human, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.AnotherMutationType.getCreateHuman()
ReservedJavaKeywordAsObjectField.getIf()
Parameters should also be protectedReservedJavaKeywordAsObjectField.getImplements()
ReservedJavaKeywordAsObjectField.getImport()
ReservedJavaKeywordAsObjectField.getInstanceof()
ReservedJavaKeywordAsObjectField.getInt()
ReservedJavaKeywordAsObjectField.getInterface()
ReservedJavaKeywordAsObjectField.getLong()
ReservedJavaKeywordAsObjectField.getNative()
ReservedJavaKeywordAsObjectField.getNew()
ReservedJavaKeywordAsObjectField.getPackage()
ReservedJavaKeywordAsObjectField.getPrivate()
ReservedJavaKeywordAsObjectField.getProtected()
ReservedJavaKeywordAsObjectField.getPublic()
ReservedJavaKeywordAsObjectField.getReturn()
ReservedJavaKeywordAsObjectField.getShort()
ReservedJavaKeywordAsObjectField.getStatic()
ReservedJavaKeywordAsObjectField.getStrictfp()
TheSubscriptionType.getSubscribeNewHumanForEpisode()
Will be notified for each Human added to this EpisodeReservedJavaKeywordAsObjectField.getSuper()
ReservedJavaKeywordAsObjectField.getSwitch()
ReservedJavaKeywordAsObjectField.getSynchronized()
ReservedJavaKeywordAsObjectField.getThis()
ReservedJavaKeywordAsObjectField.getThrow()
ReservedJavaKeywordAsObjectField.getThrows()
ReservedJavaKeywordAsObjectField.getTransient()
ReservedJavaKeywordAsObjectField.getTry()
ReservedJavaKeywordAsObjectField.getVoid()
ReservedJavaKeywordAsObjectField.getVolatile()
ReservedJavaKeywordAsObjectField.getWhile()
Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return types with arguments of type HumanModifier and TypeMethodDescriptionMyQueryType.connectionOnHuman
(ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) Deprecated.MyQueryType.connectionOnHuman
(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.connectionOnHuman
(ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.connectionOnHuman
(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryType.connectionOnHumanWithBindValues
(ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) Deprecated.MyQueryType.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, Episode episode, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.connectionOnHumanWithBindValues
(ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MyQueryType.getConnectionOnHuman()
AllFieldCases.getFriends()
AllFieldCasesInterface.getFriends()
AllFieldCasesInterfaceType.getFriends()
AllFieldCasesInterfaceType.getFriendsHuman()
Methods in com.graphql_java_generator.domain.client.allGraphQLCases with parameters of type HumanModifier and TypeMethodDescriptionvoid
AnotherMutationType.setCreateHuman
(Human createHuman) void
Parameters should also be protectedvoid
ReservedJavaKeywordAsObjectField.setImplements
(Human _implements) void
void
ReservedJavaKeywordAsObjectField.setInstanceof
(Human _instanceof) void
void
ReservedJavaKeywordAsObjectField.setInterface
(Human _interface) void
void
void
void
ReservedJavaKeywordAsObjectField.setPackage
(Human _package) void
ReservedJavaKeywordAsObjectField.setPrivate
(Human _private) void
ReservedJavaKeywordAsObjectField.setProtected
(Human _protected) void
void
void
void
void
ReservedJavaKeywordAsObjectField.setStrictfp
(Human _strictfp) void
TheSubscriptionType.setSubscribeNewHumanForEpisode
(Human subscribeNewHumanForEpisode) Will be notified for each Human added to this Episodevoid
void
void
ReservedJavaKeywordAsObjectField.setSynchronized
(Human _synchronized) void
void
void
void
ReservedJavaKeywordAsObjectField.setTransient
(Human _transient) void
void
void
ReservedJavaKeywordAsObjectField.setVolatile
(Human _volatile) void
AnotherMutationType.Builder.withCreateHuman
(Human createHuman) ReservedJavaKeywordAsObjectField.Builder.withImplements
(Human _implements) ReservedJavaKeywordAsObjectField.Builder.withImport
(Human _import) ReservedJavaKeywordAsObjectField.Builder.withInstanceof
(Human _instanceof) ReservedJavaKeywordAsObjectField.Builder.withInterface
(Human _interface) ReservedJavaKeywordAsObjectField.Builder.withNative
(Human _native) ReservedJavaKeywordAsObjectField.Builder.withPackage
(Human _package) ReservedJavaKeywordAsObjectField.Builder.withPrivate
(Human _private) ReservedJavaKeywordAsObjectField.Builder.withProtected
(Human _protected) ReservedJavaKeywordAsObjectField.Builder.withPublic
(Human _public) ReservedJavaKeywordAsObjectField.Builder.withReturn
(Human _return) ReservedJavaKeywordAsObjectField.Builder.withStatic
(Human _static) ReservedJavaKeywordAsObjectField.Builder.withStrictfp
(Human _strictfp) TheSubscriptionType.Builder.withSubscribeNewHumanForEpisode
(Human subscribeNewHumanForEpisode) ReservedJavaKeywordAsObjectField.Builder.withSwitch
(Human _switch) ReservedJavaKeywordAsObjectField.Builder.withSynchronized
(Human _synchronized) ReservedJavaKeywordAsObjectField.Builder.withThrows
(Human _throws) ReservedJavaKeywordAsObjectField.Builder.withTransient
(Human _transient) ReservedJavaKeywordAsObjectField.Builder.withVolatile
(Human _volatile) Method parameters in com.graphql_java_generator.domain.client.allGraphQLCases with type arguments of type HumanModifier and TypeMethodDescriptionvoid
MyQueryType.setConnectionOnHuman
(List<Human> connectionOnHuman) void
AllFieldCases.setFriends
(List<Human> friends) void
AllFieldCasesInterface.setFriends
(List<Human> friends) void
AllFieldCasesInterfaceType.setFriends
(List<Human> friends) TheSubscriptionType.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) Deprecated.TheSubscriptionType.subscribeNewHumanForEpisode
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) Deprecated.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisode
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionType.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) Deprecated.TheSubscriptionType.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) Deprecated.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryType.Builder.withConnectionOnHuman
(List<Human> connectionOnHuman) AllFieldCases.Builder.withFriends
(List<Human> friends) AllFieldCasesInterfaceType.Builder.withFriends
(List<Human> friends) -
Uses of Human in com.graphql_java_generator.it_tests.spring_graphql_one_graphql_repo
Methods in com.graphql_java_generator.it_tests.spring_graphql_one_graphql_repo that return HumanModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.thisIsAMutation
(HumanInput character) A MutationMethod parameters in com.graphql_java_generator.it_tests.spring_graphql_one_graphql_repo with type arguments of type HumanModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.subscribeNewHumanForEpisode
(SubscriptionCallback<Human> subscriptionCallback, Episode episode) A Subscription -
Uses of Human in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ko_missing_queryExecutor
Methods in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ko_missing_queryExecutor that return HumanModifier and TypeMethodDescriptionGraphQLTwoRepositoriesMissingQueryExecutorTestCase.thisIsAMutation
(HumanInput character) A MutationMethod parameters in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ko_missing_queryExecutor with type arguments of type HumanModifier and TypeMethodDescriptionGraphQLTwoRepositoriesMissingQueryExecutorTestCase.subscribeNewHumanForEpisode
(SubscriptionCallback<Human> subscriptionCallback, Episode episode) A Subscription -
Uses of Human in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ok
Methods in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ok that return HumanModifier and TypeMethodDescriptionGraphQLTwoRepositoriesAllGraphQlCasesTestCase.thisIsAMutation
(HumanInput character) A MutationMethod parameters in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ok with type arguments of type HumanModifier and TypeMethodDescriptionGraphQLTwoRepositoriesAllGraphQlCasesTestCase.subscribeNewHumanForEpisode
(SubscriptionCallback<Human> subscriptionCallback, Episode episode) A Subscription