Class BambooDataProviderUtils

java.lang.Object
com.atlassian.bamboo.utils.BambooDataProviderUtils

public class BambooDataProviderUtils extends Object
Utilities for working with data providers.
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull com.atlassian.json.marshal.Jsonable
    memoize(@NotNull com.atlassian.json.marshal.Jsonable jsonable)
    Wraps the given Jsonable with a lazily memoizing decorator, so that its value is cached upon first call to Jsonable.write(Writer).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • memoize

      @NotNull public static @NotNull com.atlassian.json.marshal.Jsonable memoize(@NotNull @NotNull com.atlassian.json.marshal.Jsonable jsonable)
      Wraps the given Jsonable with a lazily memoizing decorator, so that its value is cached upon first call to Jsonable.write(Writer).