Uses of Enum Class
io.leangen.graphql.spqr.spring.web.dto.TransportType
Packages that use TransportType
-
Uses of TransportType in io.leangen.graphql.spqr.spring.web
Methods in io.leangen.graphql.spqr.spring.web with parameters of type TransportTypeModifier and TypeMethodDescriptionGraphQLController.jsonPost(GraphQLRequest requestBody, GraphQLRequest requestParams, R request, TransportType transportType) -
Uses of TransportType in io.leangen.graphql.spqr.spring.web.dto
Fields in io.leangen.graphql.spqr.spring.web.dto declared as TransportTypeMethods in io.leangen.graphql.spqr.spring.web.dto that return TransportTypeModifier and TypeMethodDescriptionstatic TransportTypeReturns the enum constant of this class with the specified name.static TransportType[]TransportType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.leangen.graphql.spqr.spring.web.dto with parameters of type TransportTypeModifierConstructorDescriptionExecutorParams(GraphQLRequest graphQLRequest, R request, TransportType transportType)