Class AbstractCLType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ANY  
      static java.lang.String BOOL
      String constants for all CLTypes as defined by the api spec
      static java.lang.String BYTE_ARRAY  
      static java.lang.String FIXED_LIST  
      static java.lang.String I32  
      static java.lang.String I64  
      static java.lang.String KEY  
      static java.lang.String LIST  
      static java.lang.String MAP  
      static java.lang.String OPTION  
      static java.lang.String PUBLIC_KEY  
      static java.lang.String RESULT  
      static java.lang.String STRING  
      static java.lang.String TUPLE1  
      static java.lang.String TUPLE2  
      static java.lang.String TUPLE3  
      static java.lang.String U128  
      static java.lang.String U256  
      static java.lang.String U32  
      static java.lang.String U512  
      static java.lang.String U64  
      static java.lang.String U8  
      static java.lang.String UNIT  
      static java.lang.String UREF  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractCLType()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      CLTypeData getClTypeData()  
      abstract java.lang.String getTypeName()
      Required getter for implementations of CLType
      abstract boolean isDeserializable()
      Indicates if the CLType does not contains and 'Any', or other un-deserializable child type from bytes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait