Class Description

java.lang.Object
com.graphql_java_generator.plugin.language.Description

public class Description extends Object
This class matches the description of a GraphQL item, as described in the GraphQL schema. It allows several capabilities for use in the template, for code or schema generation
Author:
etienne-sf
  • Constructor Details

    • Description

      public Description(graphql.language.Description description2)
  • Method Details

    • getContent

      public String getContent()
      Returns the content of the description
      Returns:
    • isMultiLine

      public boolean isMultiLine()
    • getLines

      public List<String> getLines()
      Returns an array of the lines of this description. This array contains at least one item.
      Returns: