Package com.atlassian.bamboo.utils
Class BambooDataProviderUtils
- java.lang.Object
-
- com.atlassian.bamboo.utils.BambooDataProviderUtils
-
public class BambooDataProviderUtils extends Object
Utilities for working withdata providers
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull com.atlassian.json.marshal.Jsonable
memoize(@NotNull com.atlassian.json.marshal.Jsonable jsonable)
Wraps the givenJsonable
with a lazily memoizing decorator, so that its value is cached upon first call toJsonable.write(Writer)
.
-