Package org.mockserver.templates.engine
Class TemplateFunctions
- java.lang.Object
-
- org.mockserver.templates.engine.TemplateFunctions
-
-
Field Summary
Fields Modifier and Type Field Description static Map<String,Supplier<Object>>BUILT_IN_FUNCTIONSstatic Map<String,Object>BUILT_IN_HELPERS
-
Constructor Summary
Constructors Constructor Description TemplateFunctions(Supplier<String> supplier)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget()static StringrandomBytes(int size)static StringrandomInteger(int max)StringtoString()
-