Package org.wiremock

Class RandomHelper

  • All Implemented Interfaces:
    com.github.jknack.handlebars.Helper<java.lang.Object>

    public class RandomHelper
    extends com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper<java.lang.Object>
    • Field Summary

      • Fields inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper

        ERROR_PREFIX, ERROR_SUFFIX
    • Constructor Summary

      Constructors 
      Constructor Description
      RandomHelper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Object context, com.github.jknack.handlebars.Options options)  
      • Methods inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper

        getRenderCache, handleError, handleError, handleError
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RandomHelper

        public RandomHelper()
    • Method Detail

      • apply

        public java.lang.Object apply​(java.lang.Object context,
                                      com.github.jknack.handlebars.Options options)