Class MethodTypeBuilder
- java.lang.Object
-
- graphql.annotations.processor.retrievers.fieldBuilders.method.MethodTypeBuilder
-
-
Constructor Summary
Constructors Constructor Description MethodTypeBuilder(java.lang.reflect.Method method, TypeFunction typeFunction, ProcessingElementsContainer container, boolean isInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description graphql.schema.GraphQLTypebuild()
-
-
-
Constructor Detail
-
MethodTypeBuilder
public MethodTypeBuilder(java.lang.reflect.Method method, TypeFunction typeFunction, ProcessingElementsContainer container, boolean isInput)
-
-