Interface NodeIdsParser


  • public interface NodeIdsParser
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static java.lang.Long parseNodeId​(java.lang.Object input)  
      static java.util.List<java.lang.Long> parseNodeIds​(java.lang.Object input)  
    • Method Detail

      • parseNodeIds

        static java.util.List<java.lang.Long> parseNodeIds​(java.lang.Object input)
      • parseNodeId

        static java.lang.Long parseNodeId​(java.lang.Object input)