public abstract class SigType extends Object implements SignatureType
构造器和说明 |
---|
SigType(Class javaType,
NativeType nativeType,
Collection<Annotation> annotations,
Class convertedType) |
限定符和类型 | 方法和说明 |
---|---|
Collection<Annotation> |
annotations() |
Class |
effectiveJavaType() |
Collection<Annotation> |
getAnnotations() |
Class |
getDeclaredType() |
Type |
getGenericType() |
NativeType |
getNativeType() |
String |
toString() |
public SigType(Class javaType, NativeType nativeType, Collection<Annotation> annotations, Class convertedType)
public final Class getDeclaredType()
getDeclaredType
在接口中 SignatureType
public final Class effectiveJavaType()
public final Collection<Annotation> annotations()
public final Collection<Annotation> getAnnotations()
getAnnotations
在接口中 SignatureType
public Type getGenericType()
getGenericType
在接口中 SignatureType
public NativeType getNativeType()
Copyright © 2021. All rights reserved.