Class AbstractArrayHelper
java.lang.Object
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper<List<?>>
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.AbstractArrayHelper
- All Implemented Interfaces:
com.github.jknack.handlebars.Helper<List<?>>
- Direct Known Subclasses:
ArrayAddHelper,ArrayRemoveHelper
-
Field Summary
Fields inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper
ERROR_PREFIX, ERROR_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IntegerparsePosition(com.github.jknack.handlebars.Options options) Methods inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper
getRequestCache, handleError, handleError, handleErrorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.jknack.handlebars.Helper
apply
-
Constructor Details
-
AbstractArrayHelper
public AbstractArrayHelper()
-
-
Method Details
-
parsePosition
-