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 TypeMethodDescriptionvoidAnotherMutationType.setCreateHuman(Human createHuman) voidvoidReservedJavaKeywordAsObjectField.setImplements(Human _implements) voidvoidReservedJavaKeywordAsObjectField.setInstanceof(Human _instanceof) voidA field with a java reserved name which is an object typevoidvoidReservedJavaKeywordAsObjectField.setInterface(Human _interface) voidvoidvoidvoidReservedJavaKeywordAsObjectField.setPackage(Human _package) voidReservedJavaKeywordAsObjectField.setPrivate(Human _private) voidReservedJavaKeywordAsObjectField.setProtected(Human _protected) voidvoidvoidvoidvoidReservedJavaKeywordAsObjectField.setStrictfp(Human _strictfp) voidTheSubscriptionType.setSubscribeNewHumanForEpisode(Human subscribeNewHumanForEpisode) Will be notified for each Human added to this EpisodevoidvoidvoidReservedJavaKeywordAsObjectField.setSynchronized(Human _synchronized) voidvoidvoidvoidReservedJavaKeywordAsObjectField.setTransient(Human _transient) voidvoidvoidReservedJavaKeywordAsObjectField.setVolatile(Human _volatile) voidAnotherMutationType.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 TypeMethodDescriptionvoidMyQueryType.setConnectionOnHuman(List<Human> connectionOnHuman) voidAllFieldCases.setFriends(List<Human> friends) voidAllFieldCasesInterface.setFriends(List<Human> friends) voidAllFieldCasesInterfaceType.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.