Class AnnotationInputFieldBuilder
- java.lang.Object
-
- io.leangen.graphql.metadata.strategy.value.AnnotationInputFieldBuilder
-
- All Implemented Interfaces:
InputFieldBuilder
public class AnnotationInputFieldBuilder extends Object implements InputFieldBuilder
-
-
Constructor Summary
Constructors Constructor Description AnnotationInputFieldBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<InputField>getInputFields(InputFieldBuilderParams params)booleansupports(AnnotatedType type)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.leangen.graphql.metadata.strategy.value.InputFieldBuilder
getTypeDiscriminatorField
-
-
-
-
Method Detail
-
getInputFields
public Set<InputField> getInputFields(InputFieldBuilderParams params)
- Specified by:
getInputFieldsin interfaceInputFieldBuilder
-
supports
public boolean supports(AnnotatedType type)
- Specified by:
supportsin interfaceInputFieldBuilder
-
-