Class SigType

    • Constructor Summary

      Constructors 
      Constructor Description
      SigType​(java.lang.Class javaType, NativeType nativeType, java.util.Collection<java.lang.annotation.Annotation> annotations, java.lang.Class convertedType)  
    • Constructor Detail

      • SigType

        public SigType​(java.lang.Class javaType,
                       NativeType nativeType,
                       java.util.Collection<java.lang.annotation.Annotation> annotations,
                       java.lang.Class convertedType)
    • Method Detail

      • effectiveJavaType

        public final java.lang.Class effectiveJavaType()
      • annotations

        public final java.util.Collection<java.lang.annotation.Annotation> annotations()
      • getAnnotations

        public final java.util.Collection<java.lang.annotation.Annotation> getAnnotations()
        Specified by:
        getAnnotations in interface SignatureType
      • toString

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

        public NativeType getNativeType()