com.kenai.jaffl.mapper
Interface FromNativeConverter<J,N>

All Known Implementing Classes:
AsmLibraryLoader.FromNativeProxy, AsmLibraryLoader.IntToLong, EnumResultConverter

public interface FromNativeConverter<J,N>

Converts data from a native type to a java type


Method Summary
 J fromNative(N nativeValue, FromNativeContext context)
           
 Class<N> nativeType()
           
 

Method Detail

fromNative

J fromNative(N nativeValue,
             FromNativeContext context)

nativeType

Class<N> nativeType()


Copyright © 2011. All Rights Reserved.