Serialized Form
-
Package org.opencastproject.graphql.exception
-
Exception Class org.opencastproject.graphql.exception.GraphQLNotFoundException
class GraphQLNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- 2925029942004451904L
-
Exception Class org.opencastproject.graphql.exception.GraphQLRuntimeException
class GraphQLRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 7752209655703366697L
-
Serialized Fields
-
errorType
OpencastErrorType errorType
-
extensions
Map<String,
Object> extensions
-
-
Exception Class org.opencastproject.graphql.exception.GraphQLUnauthorizedException
class GraphQLUnauthorizedException extends RuntimeException implements Serializable- serialVersionUID:
- 2443180509033453490L
-
-
Package org.opencastproject.graphql.schema
-
Exception Class org.opencastproject.graphql.schema.SchemaException
class SchemaException extends RuntimeException implements Serializable
-
-
Package org.opencastproject.graphql.servlet
-
Class org.opencastproject.graphql.servlet.GraphQLServlet
class GraphQLServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
executionService
ExecutionService executionService
-
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
-
Class org.opencastproject.graphql.servlet.SchemaServlet
class SchemaServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
schemaPrinter
graphql.schema.idl.SchemaPrinter schemaPrinter
-
schemaService
SchemaService schemaService
-
securityService
org.opencastproject.security.api.SecurityService securityService
-
-
-
-
Package org.opencastproject.graphql.util
-
Class org.opencastproject.graphql.util.GraphQLObjectMapper
class GraphQLObjectMapper extends com.fasterxml.jackson.databind.ObjectMapper implements Serializable
-