Class AbstractArrayHelper
- java.lang.Object
-
- com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper<java.util.List<?>>
-
- com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.AbstractArrayHelper
-
- All Implemented Interfaces:
com.github.jknack.handlebars.Helper<java.util.List<?>>
- Direct Known Subclasses:
ArrayAddHelper,ArrayRemoveHelper
public abstract class AbstractArrayHelper extends HandlebarsHelper<java.util.List<?>>
-
-
Field Summary
-
Fields inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper
ERROR_PREFIX, ERROR_SUFFIX
-
-
Constructor Summary
Constructors Constructor Description AbstractArrayHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.IntegerparsePosition(com.github.jknack.handlebars.Options options)-
Methods inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper
getRequestCache, handleError, handleError, handleError
-
-