Class InputFieldInfoGenerator
- java.lang.Object
-
- io.leangen.graphql.metadata.strategy.value.InputFieldInfoGenerator
-
public class InputFieldInfoGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description InputFieldInfoGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultValuedefaultValue(List<? extends AnnotatedElement> candidates, AnnotatedType type, GlobalEnvironment environment)Optional<String>getDescription(List<AnnotatedElement> candidates, MessageBundle messageBundle)Optional<String>getName(List<AnnotatedElement> candidates, MessageBundle messageBundle)
-
-
-
Method Detail
-
getName
public Optional<String> getName(List<AnnotatedElement> candidates, MessageBundle messageBundle)
-
getDescription
public Optional<String> getDescription(List<AnnotatedElement> candidates, MessageBundle messageBundle)
-
defaultValue
public DefaultValue defaultValue(List<? extends AnnotatedElement> candidates, AnnotatedType type, GlobalEnvironment environment)
-
-