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