jnr.ffi.provider.jffi
Class ToNativeType

java.lang.Object
  extended by jnr.ffi.provider.jffi.ToNativeType
All Implemented Interfaces:
SignatureType, ToNativeType

public class ToNativeType
extends Object
implements ToNativeType


Nested Class Summary
 
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeType
ToNativeType.Cacheable
 
Method Summary
 Collection<Annotation> getAnnotations()
           
 Class getDeclaredType()
           
 Type getGenericType()
           
 ToNativeConverter getToNativeConverter()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getToNativeConverter

public ToNativeConverter getToNativeConverter()
Specified by:
getToNativeConverter in interface ToNativeType

getDeclaredType

public final Class getDeclaredType()
Specified by:
getDeclaredType in interface SignatureType

getAnnotations

public final Collection<Annotation> getAnnotations()
Specified by:
getAnnotations in interface SignatureType

getGenericType

public Type getGenericType()
Specified by:
getGenericType in interface SignatureType

toString

public final String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.