jnr.ffi.provider.jffi
Class AnnotationTypeMapper.AbstractReflectionConverter

java.lang.Object
  extended by jnr.ffi.provider.jffi.AnnotationTypeMapper.AbstractReflectionConverter
Direct Known Subclasses:
AnnotationTypeMapper.ReflectionFromNativeConverter, AnnotationTypeMapper.ReflectionToNativeConverter
Enclosing class:
AnnotationTypeMapper

public abstract class AnnotationTypeMapper.AbstractReflectionConverter
extends Object


Field Summary
protected  Method method
           
protected  Class nativeType
           
 
Constructor Summary
AnnotationTypeMapper.AbstractReflectionConverter(Method method, Class nativeType)
           
 
Method Summary
protected  Object invoke(Object value, Object context)
           
 Class<Object> nativeType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected final Method method

nativeType

protected final Class nativeType
Constructor Detail

AnnotationTypeMapper.AbstractReflectionConverter

public AnnotationTypeMapper.AbstractReflectionConverter(Method method,
                                                        Class nativeType)
Method Detail

invoke

protected final Object invoke(Object value,
                              Object context)

nativeType

public final Class<Object> nativeType()


Copyright © 2014. All rights reserved.