com.kenai.jaffl.provider.jffi
Class AsmLibraryLoader.ToNativeProxy

java.lang.Object
  extended by com.kenai.jaffl.provider.jffi.AsmLibraryLoader.ToNativeProxy
All Implemented Interfaces:
ToNativeConverter
Enclosing class:
AsmLibraryLoader

public static final class AsmLibraryLoader.ToNativeProxy
extends java.lang.Object
implements ToNativeConverter


Constructor Summary
AsmLibraryLoader.ToNativeProxy(ToNativeConverter converter, ToNativeContext ctx)
           
 
Method Summary
 java.lang.Class nativeType()
           
 java.lang.Object toNative(java.lang.Object value, ToNativeContext unused)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsmLibraryLoader.ToNativeProxy

public AsmLibraryLoader.ToNativeProxy(ToNativeConverter converter,
                                      ToNativeContext ctx)
Method Detail

toNative

public java.lang.Object toNative(java.lang.Object value,
                                 ToNativeContext unused)
Specified by:
toNative in interface ToNativeConverter

nativeType

public java.lang.Class nativeType()
Specified by:
nativeType in interface ToNativeConverter