Class ArgUtils

java.lang.Object
ubic.gemma.rest.util.ArgUtils

public class ArgUtils extends Object
Utilities for working with Arg.
Author:
poirigui
  • Constructor Details

    • ArgUtils

      public ArgUtils()
  • Method Details

    • decodeCompressedArg

      public static String decodeCompressedArg(@Nullable String s)
      Decode a base64-encoded gzip-compressed argument.

      This intended to be used in the valueOf methods of subclasses.