Class ConnectionUtil
- java.lang.Object
-
- graphql.annotations.processor.util.ConnectionUtil
-
public class ConnectionUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConnectionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static graphql.schema.DataFetchergetConnectionDataFetcher(GraphQLConnection connectionAnnotation, graphql.schema.DataFetcher actualDataFetcher)static graphql.relay.RelaygetRelay(java.lang.reflect.AccessibleObject obj, ProcessingElementsContainer container)static booleanisConnection(java.lang.reflect.AccessibleObject obj, graphql.schema.GraphQLType type)
-
-
-
Method Detail
-
isConnection
public static boolean isConnection(java.lang.reflect.AccessibleObject obj, graphql.schema.GraphQLType type)
-
getRelay
public static graphql.relay.Relay getRelay(java.lang.reflect.AccessibleObject obj, ProcessingElementsContainer container)
-
getConnectionDataFetcher
public static graphql.schema.DataFetcher getConnectionDataFetcher(GraphQLConnection connectionAnnotation, graphql.schema.DataFetcher actualDataFetcher)
-
-