Package com.atlassian.bamboo.utils
Class BambooDataProviderUtils
java.lang.Object
com.atlassian.bamboo.utils.BambooDataProviderUtils
Utilities for working with
data providers
.-
Method Summary
Modifier and TypeMethodDescriptionstatic @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)
.
-
Method Details
-
memoize
@NotNull public static @NotNull com.atlassian.json.marshal.Jsonable memoize(@NotNull @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)
.
-