Class SigType

    • Field Detail

      • javaType

        private final java.lang.Class javaType
      • convertedType

        private final java.lang.Class convertedType
      • annotations

        private final java.util.Collection<java.lang.annotation.Annotation> annotations
    • 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()