Package jnr.ffi.provider
Class ParameterType
java.lang.Object
jnr.ffi.provider.SigType
jnr.ffi.provider.ToNativeType
jnr.ffi.provider.ParameterType
- All Implemented Interfaces:
SignatureType
,ToNativeType
-
Nested Class Summary
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeType
ToNativeType.Cacheable
-
Constructor Summary
ConstructorsConstructorDescriptionParameterType
(Class javaType, NativeType nativeType, Collection<Annotation> annotations, ToNativeConverter toNativeConverter, ToNativeContext toNativeContext) -
Method Summary
Methods inherited from class jnr.ffi.provider.ToNativeType
getToNativeContext, getToNativeConverter
Methods inherited from class jnr.ffi.provider.SigType
annotations, effectiveJavaType, getAnnotations, getDeclaredType, getGenericType, getNativeType, toString
-
Constructor Details
-
ParameterType
public ParameterType(Class javaType, NativeType nativeType, Collection<Annotation> annotations, ToNativeConverter toNativeConverter, ToNativeContext toNativeContext)
-