Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- path(String) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Traversable
- 
Navigate to a path under the "data" section of the GraphQL response.
- path(String, Consumer<GraphQlTester.Path>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Traversable
- 
Variant ofGraphQlTester.Traversable.path(String)with a callback that allows inspecting multiple paths under the given path.
- 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.
- PING - Enum constant in enum class org.springframework.graphql.server.support.GraphQlWebSocketMessageType
- 
Useful for detecting failed connections, displaying latency metrics or other types of network probing.
- pong(Object) - Static method in class org.springframework.graphql.server.support.GraphQlWebSocketMessage
- 
Create a"pong"client or server message.
- PONG - Enum constant in enum class org.springframework.graphql.server.support.GraphQlWebSocketMessageType
- 
The response to theGraphQlWebSocketMessageType.PINGmessage.
- position() - Method in class org.springframework.graphql.data.pagination.Subrange
- 
The position of the result element the subrange is relative to.
- prepareResponse(ServerRequest, WebGraphQlResponse) - Method in class org.springframework.graphql.server.webflux.AbstractGraphQlHttpHandler
- 
Prepare theServerResponsefor the given GraphQL response.
- prepareResponse(ServerRequest, WebGraphQlResponse) - Method in class org.springframework.graphql.server.webflux.GraphQlHttpHandler
- prepareResponse(ServerRequest, WebGraphQlResponse) - Method in class org.springframework.graphql.server.webflux.GraphQlSseHandler
- prepareResponse(ServerRequest, Mono<WebGraphQlResponse>) - Method in class org.springframework.graphql.server.webmvc.AbstractGraphQlHttpHandler
- 
Prepare theServerResponsefor the given GraphQL response.
- prepareResponse(ServerRequest, Mono<WebGraphQlResponse>) - Method in class org.springframework.graphql.server.webmvc.GraphQlHttpHandler
- prepareResponse(ServerRequest, Mono<WebGraphQlResponse>) - Method in class org.springframework.graphql.server.webmvc.GraphQlSseHandler
- PrincipalMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
- 
Resolver to obtainPrincipalfrom Spring Security context viaSecurityContext.getAuthentication().
- PrincipalMethodArgumentResolver() - Constructor for class org.springframework.graphql.data.method.annotation.support.PrincipalMethodArgumentResolver
- projectAs(Class<P>) - Method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher.Builder
- 
Project results returned from theQueryByExampleExecutorinto the targetprojectionType.
- projectAs(Class<P>) - Method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher.ReactiveBuilder
- 
Project results returned from theReactiveQueryByExampleExecutorinto the targetprojectionType.
- projectAs(Class<P>) - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher.Builder
- 
Project results returned from theQuerydslPredicateExecutorinto the targetprojectionType.
- projectAs(Class<P>) - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher.ReactiveBuilder
- 
Project results returned from theReactiveQuerydslPredicateExecutorinto the targetprojectionType.
- ProjectedPayloadMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
- 
Resolver for a method parameter that is an interface annotated with@ProjectedPayload.
- ProjectedPayloadMethodArgumentResolver(ApplicationContext) - Constructor for class org.springframework.graphql.data.method.annotation.support.ProjectedPayloadMethodArgumentResolver
- 
Create a newProjectedPayloadMethodArgumentResolverusing the given context.
- projection(BaseProjectionNode) - Method in class org.springframework.graphql.client.DgsGraphQlClient.RequestSpec
- 
Provide aBaseProjectionNodethat defines the response selection set.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form