Uses of Class
org.mockserver.model.GraphQLBody
Packages that use GraphQLBody
Package
Description
-
Uses of GraphQLBody in org.mockserver.matchers
Constructors in org.mockserver.matchers with parameters of type GraphQLBodyModifierConstructorDescriptionGraphQLAstMatcher(GraphQLBody body) GraphQLMatcher(MockServerLogger mockServerLogger, GraphQLBody graphQLBody) -
Uses of GraphQLBody in org.mockserver.mock.action.http
Constructors in org.mockserver.mock.action.http with parameters of type GraphQLBodyModifierConstructorDescriptionGraphQLSubscriptionHandler(GraphQLBody expectedSubscriptionQuery, List<WebSocketMessage> subscriptionPayloads, GraphQLSubscriptionHandler.FrameSender frameSender, io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker handshaker) -
Uses of GraphQLBody in org.mockserver.model
Methods in org.mockserver.model that return GraphQLBodyModifier and TypeMethodDescriptionHttpWebSocketResponse.getGraphqlSubscriptionFilter()static GraphQLBodystatic GraphQLBodystatic GraphQLBodyGraphQLBody.withFields(String... fields) GraphQLBody.withFields(List<String> fields) GraphQLBody.withSelectionSetMatchType(SelectionSetMatchType selectionSetMatchType) Methods in org.mockserver.model with parameters of type GraphQLBodyModifier and TypeMethodDescriptionHttpWebSocketResponse.withGraphqlSubscriptionFilter(GraphQLBody filter) Set a GraphQL subscription filter for the graphql-transport-ws protocol. -
Uses of GraphQLBody in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return GraphQLBodyConstructors in org.mockserver.serialization.model with parameters of type GraphQLBodyModifierConstructorDescriptionGraphQLBodyDTO(GraphQLBody graphQLBody) GraphQLBodyDTO(GraphQLBody graphQLBody, Boolean not) -
Uses of GraphQLBody in org.mockserver.serialization.serializers.body
Methods in org.mockserver.serialization.serializers.body with parameters of type GraphQLBodyModifier and TypeMethodDescriptionvoidGraphQLBodySerializer.serialize(GraphQLBody graphQLBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)