Skip navigation links
Spring for GraphQL
A B C D E F G H I J L M N O P Q R S T U V W 

P

path(String) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Traversable
Switch to a path under the "data" section of the GraphQL response.
pathDoesNotExist() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Path
Verify the current path does not exist.
ping(Object) - Static method in class org.springframework.graphql.server.support.GraphQlWebSocketMessage
Create a "ping" client or server message.
pong(Object) - Static method in class org.springframework.graphql.server.support.GraphQlWebSocketMessage
Create a "pong" client or server message.
PrincipalMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
Resolver to obtain Principal from Spring Security context via SecurityContext.getAuthentication().
PrincipalMethodArgumentResolver() - Constructor for class org.springframework.graphql.data.method.annotation.support.PrincipalMethodArgumentResolver
 
project(Class<?>, Object) - Method in class org.springframework.graphql.data.method.annotation.support.ProjectedPayloadMethodArgumentResolver
 
projectAs(Class<P>) - Method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher.Builder
Project results returned from the QueryByExampleExecutor into the target projectionType.
projectAs(Class<P>) - Method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher.ReactiveBuilder
Project results returned from the ReactiveQueryByExampleExecutor into the target projectionType.
projectAs(Class<P>) - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher.Builder
Project results returned from the QuerydslPredicateExecutor into the target projectionType.
projectAs(Class<P>) - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher.ReactiveBuilder
Project results returned from the ReactiveQuerydslPredicateExecutor into the target projectionType.
ProjectedPayloadMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
Resolver to obtain an @ProjectedPayload, either based on the complete DataFetchingEnvironment.getArguments() map, or based on a specific argument within the map when the method parameter is annotated with @Argument.
ProjectedPayloadMethodArgumentResolver(ApplicationContext) - Constructor for class org.springframework.graphql.data.method.annotation.support.ProjectedPayloadMethodArgumentResolver
Create a new ProjectedPayloadMethodArgumentResolver using the given context.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links
Spring for GraphQL