com.kenai.jaffl.mapper

Interface ToNativeConverter<J,N>

public interface ToNativeConverter<J,N>

Method Summary
Class<N>nativeType()
NtoNative(J value, ToNativeContext context)

Method Detail

nativeType

public Class<N> nativeType()

toNative

public N toNative(J value, ToNativeContext context)