Class VelocityUtils

java.lang.Object
com.graphql_java_generator.util.VelocityUtils

public class VelocityUtils extends Object
Various methods used by the velocity templates while generating the code.
Author:
etienne-sf
  • Field Details

  • Constructor Details

    • VelocityUtils

      public VelocityUtils()
  • Method Details

    • repeat

      public String repeat(String value, int nbTimes)