Class JsonToStudyMapper


  • public class JsonToStudyMapper
    extends java.lang.Object
    Maps JSON strings used in form into DNPM study
    Since:
    0.1
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<dev.pcvolkmer.mv64e.mtb.StudyReference> map​(java.lang.String studyJson)  
      • Methods inherited from class java.lang.Object

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

      • map

        public static java.util.List<dev.pcvolkmer.mv64e.mtb.StudyReference> map​(java.lang.String studyJson)