Package utils.common

Class JsonUtils.JsonForPublix

  • Enclosing class:
    JsonUtils

    public static class JsonUtils.JsonForPublix
    extends java.lang.Object
    Helper class for selectively marshaling an Object to JSON. Only fields of that Object that are annotated with this class will be serialised. The intended use is in the publix module (used for running a study).
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonForPublix()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonForPublix

        public JsonForPublix()