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 Object
implements ToNativeConverter


Constructor Summary
AsmLibraryLoader.ToNativeProxy(ToNativeConverter converter, ToNativeContext ctx)
           
 
Method Summary
 Class nativeType()
           
 Object toNative(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 Object toNative(Object value,
                       ToNativeContext unused)
Specified by:
toNative in interface ToNativeConverter

nativeType

public Class nativeType()
Specified by:
nativeType in interface ToNativeConverter


Copyright © 2011. All Rights Reserved.