jnr.ffi.mapper
Class AbstractDataConverter<J,N>

java.lang.Object
  extended by jnr.ffi.mapper.AbstractDataConverter<J,N>
All Implemented Interfaces:
DataConverter<J,N>, FromNativeConverter<J,N>, ToNativeConverter<J,N>
Direct Known Subclasses:
EnumMapper

public abstract class AbstractDataConverter<J,N>
extends Object
implements DataConverter<J,N>


Nested Class Summary
 
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeConverter
ToNativeConverter.PostInvocation<J,N>
 
Constructor Summary
AbstractDataConverter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jnr.ffi.mapper.ToNativeConverter
nativeType, toNative
 
Methods inherited from interface jnr.ffi.mapper.FromNativeConverter
fromNative, nativeType
 

Constructor Detail

AbstractDataConverter

public AbstractDataConverter()


Copyright © 2012. All Rights Reserved.