Module apiexplorer

Class NeovimType


  • public final class NeovimType
    extends java.lang.Object
    Definition of a Neovim type (custom msgpack type) as returned by API info Name of the type is not a part of the class, since this is directly mapped from api info response Used only by API Explorer
    • Constructor Summary

      Constructors 
      Constructor Description
      NeovimType​(int id, java.lang.String prefix)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()  
      java.lang.String getPrefix()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • NeovimType

        public NeovimType​(int id,
                          java.lang.String prefix)
    • Method Detail

      • getId

        public int getId()
      • getPrefix

        public java.lang.String getPrefix()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object