Class JsonToMolAltVarianteMapper


  • @NullMarked
    public class JsonToMolAltVarianteMapper
    extends java.lang.Object
    Maps JSON strings used in Einzelempfehlung MolAltVariante
    Since:
    0.1
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<dev.pcvolkmer.mv64e.mtb.GeneAlterationReference> map​(@Nullable java.lang.String variantsJson)  
      static java.util.List<java.lang.Integer> mapIds​(@Nullable java.lang.String variantsJson)  
      • Methods inherited from class java.lang.Object

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

      • mapIds

        @NullMarked
        public static java.util.List<java.lang.Integer> mapIds​(@Nullable java.lang.String variantsJson)
      • map

        public static java.util.List<dev.pcvolkmer.mv64e.mtb.GeneAlterationReference> map​(@Nullable java.lang.String variantsJson)