Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap.WithID
Packages that use WithID
Package
Description
-
Uses of WithID in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap
Classes in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap that implement WithIDModifier and TypeClassDescriptionclass
This type is a clone of the InterfaceAllFieldCases interface.class
A concrete class that just implements the above interfaceclass
class
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap that return WithIDModifier and TypeMethodDescriptionReservedJavaKeywordAllFieldCases.getImplements()
A field with a java reserved name which is an interfaceReservedJavaKeywordAllFieldCases.getNonJavaKeywordField()
A field with a _non_ java reserved name which is an interface (to check standard behavior)Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap with parameters of type WithIDModifier and TypeMethodDescriptionvoid
ReservedJavaKeywordAllFieldCases.setImplements
(WithID _implements) A field with a java reserved name which is an interfacevoid
ReservedJavaKeywordAllFieldCases.setNonJavaKeywordField
(WithID nonJavaKeywordField) A field with a _non_ java reserved name which is an interface (to check standard behavior)ReservedJavaKeywordAllFieldCases.Builder.withImplements
(WithID _implementsParam) A field with a java reserved name which is an interfaceReservedJavaKeywordAllFieldCases.Builder.withNonJavaKeywordField
(WithID nonJavaKeywordFieldParam) A field with a _non_ java reserved name which is an interface (to check standard behavior) -
Uses of WithID in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap.util that return types with arguments of type WithIDModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Map<ReservedJavaKeywordAllFieldCases,
WithID>> DataFetchersDelegateReservedJavaKeywordAllFieldCases._implements
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.implements.reactor.core.publisher.Mono<Map<ReservedJavaKeywordAllFieldCases,
WithID>> ReservedJavaKeywordAllFieldCasesController._implements
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.implements.DataFetchersDelegateWithID.batchLoader
(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.reactor.core.publisher.Mono<Map<ReservedJavaKeywordAllFieldCases,
WithID>> DataFetchersDelegateReservedJavaKeywordAllFieldCases.nonJavaKeywordField
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.nonJavaKeywordField.reactor.core.publisher.Mono<Map<ReservedJavaKeywordAllFieldCases,
WithID>> ReservedJavaKeywordAllFieldCasesController.nonJavaKeywordField
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.nonJavaKeywordField.DataFetchersDelegateWithID.unorderedReturnBatchLoader
(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.