jar

com.graphql-java-generator : graphql-maven-plugin-samples-CustomTemplates-client

Maven & Gradle

Apr 10, 2023
Table Of Contents

Latest Version

Download com.graphql-java-generator : graphql-maven-plugin-samples-CustomTemplates-client JAR file - Latest Versions:

All Versions

Download com.graphql-java-generator : graphql-maven-plugin-samples-CustomTemplates-client JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0RC1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window graphql-maven-plugin-samples-CustomTemplates-client-2.0RC1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.graphql_java_generator.client.request

├─ com.graphql_java_generator.client.request.AbstractCustomJacksonSerializer.class - [JAR]

├─ com.graphql_java_generator.client.request.AbstractGraphQLRequest.class - [JAR]

├─ com.graphql_java_generator.client.request.AppliedGlobalFragment.class - [JAR]

├─ com.graphql_java_generator.client.request.Builder.class - [JAR]

├─ com.graphql_java_generator.client.request.Fragment.class - [JAR]

├─ com.graphql_java_generator.client.request.InputParameter.class - [JAR]

├─ com.graphql_java_generator.client.request.ObjectResponse.class - [JAR]

├─ com.graphql_java_generator.client.request.QueryField.class - [JAR]

├─ com.graphql_java_generator.client.request.QueryTokenizer.class - [JAR]

├─ com.graphql_java_generator.client.request.RawGraphQLString.class - [JAR]

├─ com.graphql_java_generator.client.request.package-info.class - [JAR]

com.graphql_java_generator.annotation

├─ com.graphql_java_generator.annotation.GraphQLDirective.class - [JAR]

├─ com.graphql_java_generator.annotation.GraphQLDirectives.class - [JAR]

├─ com.graphql_java_generator.annotation.GraphQLEnumType.class - [JAR]

├─ com.graphql_java_generator.annotation.GraphQLIgnore.class - [JAR]

├─ com.graphql_java_generator.annotation.GraphQLInputParameters.class - [JAR]

├─ com.graphql_java_generator.annotation.GraphQLInputType.class - [JAR]

├─ com.graphql_java_generator.annotation.GraphQLInterfaceType.class - [JAR]

├─ com.graphql_java_generator.annotation.GraphQLNonScalar.class - [JAR]

├─ com.graphql_java_generator.annotation.GraphQLObjectType.class - [JAR]

├─ com.graphql_java_generator.annotation.GraphQLQuery.class - [JAR]

├─ com.graphql_java_generator.annotation.GraphQLScalar.class - [JAR]

├─ com.graphql_java_generator.annotation.GraphQLUnionType.class - [JAR]

├─ com.graphql_java_generator.annotation.RequestType.class - [JAR]

├─ com.graphql_java_generator.annotation.package-info.class - [JAR]

com.graphql_java_generator.client.response

├─ com.graphql_java_generator.client.response.AbstractCustomJacksonDeserializer.class - [JAR]

├─ com.graphql_java_generator.client.response.Error.class - [JAR]

├─ com.graphql_java_generator.client.response.Extension.class - [JAR]

├─ com.graphql_java_generator.client.response.JsonResponseWrapper.class - [JAR]

├─ com.graphql_java_generator.client.response.Location.class - [JAR]

├─ com.graphql_java_generator.client.response.package-info.class - [JAR]

com.graphql_java_generator.client.directive

├─ com.graphql_java_generator.client.directive.Directive.class - [JAR]

├─ com.graphql_java_generator.client.directive.DirectiveLocation.class - [JAR]

├─ com.graphql_java_generator.client.directive.DirectiveRegistry.class - [JAR]

├─ com.graphql_java_generator.client.directive.DirectiveRegistryImpl.class - [JAR]

com.graphql_java_generator.util

├─ com.graphql_java_generator.util.GraphqlUtils.class - [JAR]

├─ com.graphql_java_generator.util.VelocityUtils.class - [JAR]

com.graphql_java_generator.customscalars

├─ com.graphql_java_generator.customscalars.CustomScalar.class - [JAR]

├─ com.graphql_java_generator.customscalars.CustomScalarRegistry.class - [JAR]

├─ com.graphql_java_generator.customscalars.CustomScalarRegistryImpl.class - [JAR]

├─ com.graphql_java_generator.customscalars.GraphQLScalarTypeBase64String.class - [JAR]

├─ com.graphql_java_generator.customscalars.GraphQLScalarTypeDate.class - [JAR]

├─ com.graphql_java_generator.customscalars.GraphQLScalarTypeDateTime.class - [JAR]

├─ com.graphql_java_generator.customscalars.GraphQLScalarTypeIDClient.class - [JAR]

├─ com.graphql_java_generator.customscalars.GraphQLScalarTypeIDServer.class - [JAR]

├─ com.graphql_java_generator.customscalars.GraphQLScalarTypeString.class - [JAR]

├─ com.graphql_java_generator.customscalars.package-info.class - [JAR]

com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.Board.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.CustomJacksonDeserializers.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.CustomJacksonSerializers.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.CustomScalarRegistryInitializer.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.DirectiveRegistryInitializer.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.GraphQLRequest.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.GraphQLTypeMapping.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.Member.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.MemberInput.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.MemberType.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.Mutation.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.MutationExecutor.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.MutationResponse.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.MutationRootResponse.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.Post.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.PostInput.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.Query.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.QueryExecutor.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.QueryResponse.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.QueryRootResponse.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.Subscription.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.SubscriptionExecutor.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.SubscriptionResponse.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.SubscriptionRootResponse.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.Topic.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.TopicInput.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.TopicPostInput.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.__Directive.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.__DirectiveLocation.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.__EnumValue.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.__Field.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.__InputValue.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.__Schema.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.__Type.class - [JAR]

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client.__TypeKind.class - [JAR]

com.graphql_java_generator.client.graphqlrepository

├─ com.graphql_java_generator.client.graphqlrepository.BindParameter.class - [JAR]

├─ com.graphql_java_generator.client.graphqlrepository.ClassPathScanner.class - [JAR]

├─ com.graphql_java_generator.client.graphqlrepository.EnableGraphQLRepositories.class - [JAR]

├─ com.graphql_java_generator.client.graphqlrepository.FullRequest.class - [JAR]

├─ com.graphql_java_generator.client.graphqlrepository.GraphQLRepository.class - [JAR]

├─ com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryInvocationHandler.class - [JAR]

├─ com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryProxyBeanFactory.class - [JAR]

├─ com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryProxyBeansRegistrar.class - [JAR]

├─ com.graphql_java_generator.client.graphqlrepository.PartialRequest.class - [JAR]

├─ com.graphql_java_generator.client.graphqlrepository.package-info.class - [JAR]

com.graphql_java_generator.exception

├─ com.graphql_java_generator.exception.GraphQLInternalErrorException.class - [JAR]

├─ com.graphql_java_generator.exception.GraphQLRequestExecutionException.class - [JAR]

├─ com.graphql_java_generator.exception.GraphQLRequestPreparationException.class - [JAR]

com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client_spring_autoconfiguration

├─ com.graphql_java_generator.samples.customtemplates.client.graphql.forum.client_spring_autoconfiguration.GraphQLMavenPluginAutoConfiguration.class - [JAR]

com.graphql_java_generator.client

├─ com.graphql_java_generator.client.GraphQLMutationExecutor.class - [JAR]

├─ com.graphql_java_generator.client.GraphQLObjectMapper.class - [JAR]

├─ com.graphql_java_generator.client.GraphQLQueryExecutor.class - [JAR]

├─ com.graphql_java_generator.client.GraphQLRequestObject.class - [JAR]

├─ com.graphql_java_generator.client.GraphQLSubscriptionExecutor.class - [JAR]

├─ com.graphql_java_generator.client.GraphqlClientUtils.class - [JAR]

├─ com.graphql_java_generator.client.OAuthTokenExtractor.class - [JAR]

├─ com.graphql_java_generator.client.RequestExecution.class - [JAR]

├─ com.graphql_java_generator.client.RequestExecutionSpringReactiveImpl.class - [JAR]

├─ com.graphql_java_generator.client.SpringContextBean.class - [JAR]

├─ com.graphql_java_generator.client.SubscriptionCallback.class - [JAR]

├─ com.graphql_java_generator.client.SubscriptionClient.class - [JAR]

├─ com.graphql_java_generator.client.SubscriptionClientReactiveImpl.class - [JAR]