Package jnr.ffi.mapper
Interface SignatureType
- All Known Implementing Classes:
DefaultSignatureType
,FromNativeType
,ParameterType
,ResultType
,SigType
,ToNativeType
public interface SignatureType
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDeclaredType
Class getDeclaredType() -
getAnnotations
Collection<Annotation> getAnnotations() -
getGenericType
Type getGenericType()
-