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 TypeMethodDescriptionboolean
Returns true if this directive is a repeatable directivevoid
setComments
(List<graphql.language.Comment> comments) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:Directive
Returns true if this directive is a repeatable directive- Specified by:
isRepeatable
in interfaceDirective
-