Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.Human
Packages that use Human
Package
Description
-
Uses of Human in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return HumanModifier and TypeMethodDescriptionHuman.Builder.build()
AnotherMutationType.getCreateHuman()
ReservedJavaKeywordAsObjectField.getIf()
ReservedJavaKeywordAsObjectField.getImplements()
ReservedJavaKeywordAsObjectField.getImport()
ReservedJavaKeywordAsObjectField.getInstanceof()
ReservedJavaKeywordAllFieldCases.getInt()
A field with a java reserved name which is an object typeReservedJavaKeywordAsObjectField.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 org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return types with arguments of type HumanModifier and TypeMethodDescriptionMyQueryType.getConnectionOnHuman()
AllFieldCases.getFriends()
AllFieldCasesInterface.getFriends()
AllFieldCasesInterfaceType.getFriends()
AllFieldCasesInterfaceType.getFriendsHuman()
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with parameters of type HumanModifier and TypeMethodDescriptionvoid
AnotherMutationType.setCreateHuman
(Human createHuman) void
void
ReservedJavaKeywordAsObjectField.setImplements
(Human _implements) void
void
ReservedJavaKeywordAsObjectField.setInstanceof
(Human _instanceof) void
A field with a java reserved name which is an object typevoid
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 createHumanParam) ReservedJavaKeywordAsObjectField.Builder.withImplements
(Human _implementsParam) ReservedJavaKeywordAsObjectField.Builder.withImport
(Human _importParam) ReservedJavaKeywordAsObjectField.Builder.withInstanceof
(Human _instanceofParam) A field with a java reserved name which is an object typeReservedJavaKeywordAsObjectField.Builder.withInterface
(Human _interfaceParam) ReservedJavaKeywordAsObjectField.Builder.withNative
(Human _nativeParam) ReservedJavaKeywordAsObjectField.Builder.withPackage
(Human _packageParam) ReservedJavaKeywordAsObjectField.Builder.withPrivate
(Human _privateParam) ReservedJavaKeywordAsObjectField.Builder.withProtected
(Human _protectedParam) ReservedJavaKeywordAsObjectField.Builder.withPublic
(Human _publicParam) ReservedJavaKeywordAsObjectField.Builder.withReturn
(Human _returnParam) ReservedJavaKeywordAsObjectField.Builder.withStatic
(Human _staticParam) ReservedJavaKeywordAsObjectField.Builder.withStrictfp
(Human _strictfpParam) TheSubscriptionType.Builder.withSubscribeNewHumanForEpisode
(Human subscribeNewHumanForEpisodeParam) Will be notified for each Human added to this EpisodeReservedJavaKeywordAsObjectField.Builder.withSwitch
(Human _switchParam) ReservedJavaKeywordAsObjectField.Builder.withSynchronized
(Human _synchronizedParam) ReservedJavaKeywordAsObjectField.Builder.withThrows
(Human _throwsParam) ReservedJavaKeywordAsObjectField.Builder.withTransient
(Human _transientParam) ReservedJavaKeywordAsObjectField.Builder.withVolatile
(Human _volatileParam) Method parameters in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses 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) MyQueryType.Builder.withConnectionOnHuman
(List<Human> connectionOnHumanParam) AllFieldCases.Builder.withFriends
(List<Human> friendsParam) AllFieldCasesInterfaceType.Builder.withFriends
(List<Human> friendsParam) -
Uses of Human in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util that return HumanModifier and TypeMethodDescriptionAnotherMutationTypeExecutorMySchema.createHuman
(com.graphql_java_generator.client.request.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 on the createHuman mutation against the GraphQL server.AnotherMutationTypeExecutorMySchema.createHumanWithBindValues
(com.graphql_java_generator.client.request.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 on the createHuman mutation against the GraphQL server.Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util that return types with arguments of type HumanModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.connectionOnHuman
(com.graphql_java_generator.client.request.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 on the connectionOnHuman query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.connectionOnHuman
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.connectionOnHuman
(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.connectionOnHumanWithBindValues
(com.graphql_java_generator.client.request.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 on the connectionOnHuman query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.connectionOnHumanWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.AnotherMutationTypeReactiveExecutorMySchema.createHuman
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, HumanInput human, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeReactiveExecutorMySchema.createHuman
(String queryResponseDef, HumanInput human, Object... paramsAndValues) This method executes a partial query against the GraphQL server.AnotherMutationTypeReactiveExecutorMySchema.createHumanWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, HumanInput human, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeReactiveExecutorMySchema.createHumanWithBindValues
(String queryResponseDef, HumanInput human, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisode
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisode
(String queryResponseDef, Episode episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.Method parameters in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util with type arguments of type HumanModifier and TypeMethodDescriptionTheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisode
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisode
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.