Class DirectiveImpl
java.lang.Object
com.graphql_java_generator.plugin.language.impl.DirectiveImpl
- All Implemented Interfaces:
Directive
- Author:
- etienne-sf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this directive is a repeatable directivevoidsetComments(List<graphql.language.Comment> comments) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.graphql_java_generator.plugin.language.Directive
getArgument, getArguments, getComments, getDescription, getDirectiveLocations, getName, isStandard
-
Constructor Details
-
DirectiveImpl
public DirectiveImpl()
-
-
Method Details
-
setComments
-
isRepeatable
public boolean isRepeatable()Description copied from interface:DirectiveReturns true if this directive is a repeatable directive- Specified by:
isRepeatablein interfaceDirective
-