public abstract class SigType extends java.lang.Object implements SignatureType
Constructor and Description |
---|
SigType(java.lang.Class javaType,
NativeType nativeType,
java.util.Collection<java.lang.annotation.Annotation> annotations,
java.lang.Class convertedType) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.annotation.Annotation> |
annotations() |
java.lang.Class |
effectiveJavaType() |
java.util.Collection<java.lang.annotation.Annotation> |
getAnnotations() |
java.lang.Class |
getDeclaredType() |
java.lang.reflect.Type |
getGenericType() |
NativeType |
getNativeType() |
java.lang.String |
toString() |
public SigType(java.lang.Class javaType, NativeType nativeType, java.util.Collection<java.lang.annotation.Annotation> annotations, java.lang.Class convertedType)
public final java.lang.Class getDeclaredType()
getDeclaredType
in interface SignatureType
public final java.lang.Class effectiveJavaType()
public final java.util.Collection<java.lang.annotation.Annotation> annotations()
public final java.util.Collection<java.lang.annotation.Annotation> getAnnotations()
getAnnotations
in interface SignatureType
public java.lang.reflect.Type getGenericType()
getGenericType
in interface SignatureType
public final java.lang.String toString()
toString
in class java.lang.Object
public NativeType getNativeType()
Copyright © 2017. All rights reserved.