Class BambooDataProviderUtils


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

      • 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).