jnr.ffi.provider
Class ParameterType

java.lang.Object
  extended by jnr.ffi.provider.SigType
      extended by jnr.ffi.provider.ToNativeType
          extended by jnr.ffi.provider.ParameterType
All Implemented Interfaces:
SignatureType, ToNativeType

public class ParameterType
extends ToNativeType


Nested Class Summary
 
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeType
ToNativeType.Cacheable
 
Constructor Summary
ParameterType(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterType

public ParameterType(Class javaType,
                     NativeType nativeType,
                     Collection<Annotation> annotations,
                     ToNativeConverter toNativeConverter,
                     ToNativeContext toNativeContext)


Copyright © 2014. All rights reserved.