public abstract class SigType extends Object implements SignatureType
| Constructor and Description |
|---|
SigType(Class javaType,
NativeType nativeType,
Collection<Annotation> annotations,
Class convertedType) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface SignatureTypepublic final Class effectiveJavaType()
public final Collection<Annotation> annotations()
public final Collection<Annotation> getAnnotations()
getAnnotations in interface SignatureTypepublic Type getGenericType()
getGenericType in interface SignatureTypepublic NativeType getNativeType()
Copyright © 2017. All rights reserved.