Class StateHandlerbarHelper

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

    public class StateHandlerbarHelper
    extends com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper<java.lang.Object>
    Response templating helper to access state.

    DO NOT REGISTER directly. Use StateExtension instead.

    See Also:
    StateExtension
    • Field Summary

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

        ERROR_PREFIX, ERROR_SUFFIX
    • Method Summary

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

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

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

      • StateHandlerbarHelper

        public StateHandlerbarHelper​(ContextManager contextManager)
    • Method Detail

      • apply

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