Class NullType

  • All Implemented Interfaces:
    AMQPType<java.lang.Void>, PrimitiveType<java.lang.Void>

    public final class NullType
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<org.apache.qpid.proton.codec.NullType.NullEncoding> getAllEncodings()  
      org.apache.qpid.proton.codec.NullType.NullEncoding getCanonicalEncoding()  
      org.apache.qpid.proton.codec.NullType.NullEncoding getEncoding​(java.lang.Void val)  
      java.lang.Class<java.lang.Void> getTypeClass()  
      void write()  
      void write​(T val)  
      • Methods inherited from class java.lang.Object

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

      • getTypeClass

        public java.lang.Class<java.lang.Void> getTypeClass()
      • getEncoding

        public org.apache.qpid.proton.codec.NullType.NullEncoding getEncoding​(java.lang.Void val)
      • getCanonicalEncoding

        public org.apache.qpid.proton.codec.NullType.NullEncoding getCanonicalEncoding()
      • getAllEncodings

        public java.util.Collection<org.apache.qpid.proton.codec.NullType.NullEncoding> getAllEncodings()
      • write

        public void write()
      • write

        public final void write​(T val)
        Specified by:
        write in interface AMQPType<T>