Class GraphQLObjectInfoRetriever
- java.lang.Object
-
- graphql.annotations.processor.retrievers.GraphQLObjectInfoRetriever
-
public class GraphQLObjectInfoRetriever extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphQLObjectInfoRetriever()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.reflect.Method>getOrderedMethods(java.lang.Class c)java.lang.StringgetTypeName(java.lang.Class<?> objectClass)java.lang.BooleanisGraphQLField(java.lang.reflect.AnnotatedElement element)
-