Class ParameterDataFetcher<T>
java.lang.Object
org.opencastproject.graphql.datafetcher.ParameterDataFetcher<T>
- All Implemented Interfaces:
graphql.schema.DataFetcher<T>,ContextDataFetcher<T>
- Direct Known Subclasses:
ElasticsearchDataFetcher,ManagedAclOffsetDataFetcher,UserOffsetDataFetcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <E> EparseObjectParam(String name, Class<E> clazz, graphql.schema.DataFetchingEnvironment environment) protected <K> KparseParam(String name, K defaultValue, graphql.schema.DataFetchingEnvironment environment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencastproject.graphql.datafetcher.ContextDataFetcher
get, get
-
Constructor Details
-
ParameterDataFetcher
public ParameterDataFetcher()
-
-
Method Details
-
parseObjectParam
-
parseParam
protected <K> K parseParam(String name, K defaultValue, graphql.schema.DataFetchingEnvironment environment)
-