Package jnr.ffi.provider
Class SigType
java.lang.Object
jnr.ffi.provider.SigType
- All Implemented Interfaces:
SignatureType
- Direct Known Subclasses:
FromNativeType
,ToNativeType
-
Constructor Summary
ConstructorsConstructorDescriptionSigType
(Class javaType, NativeType nativeType, Collection<Annotation> annotations, Class convertedType) -
Method Summary
Modifier and TypeMethodDescriptionfinal Collection
<Annotation> final Class
final Collection
<Annotation> final Class
final String
toString()
-
Constructor Details
-
SigType
public SigType(Class javaType, NativeType nativeType, Collection<Annotation> annotations, Class convertedType)
-
-
Method Details
-
getDeclaredType
- Specified by:
getDeclaredType
in interfaceSignatureType
-
effectiveJavaType
-
annotations
-
getAnnotations
- Specified by:
getAnnotations
in interfaceSignatureType
-
getGenericType
- Specified by:
getGenericType
in interfaceSignatureType
-
toString
-
getNativeType
-